#731b2e

Color #731B2E Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #731B2E

Tints of Claret #731B2E

Color information

#731B2E (or 0x731B2E) is unknown color: approx Claret. HEX triplet: 73, 1B and 2E. RGB value is (115,27,46). Sum of RGB (Red+Green+Blue) = 115+27+46=188 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.17% from 188); Green value is 27 (10.94% from 255 or 14.36% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 115 - color contains mainly: red. Hex color #731B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731B2E is #8CE4D1. Grayscale: #373737. Windows color (decimal): -9233618 or 3021683. OLE color: 3021683.

HSL color Cylindrical-coordinate representation of color #731B2E: hue angle of 347.05º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #731B2E is Cyan = 0, Magento = 0.77, Yellow = 0.6 and Black (K on CMYK) = 0.55.

Color convert

RGB1152746-
CMYK00.770.60.55
HSL347.05º61.97%27.84%-
HSV(B)347.05º76.52%45.1%-
XYZ7.964.633.06-
YUV55.48122.65170.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 61.17%
GREEN value IS 27 (10.94% from 255) = 14.36%
BLUE value IS 46 (18.36% from 255) = 24.47%
R=61.17%
G=14.36%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.6
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115274600.770.60.55347.0561.9727.84
Hex731B2E04D3C3715b3e1c
Octal1633356011574675337634
Binary1110011110111011100100110111110011011110101101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731b2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731b2e; }

 p { color: rgb(115,27,46); }

 H1.HeaderClassName
 {
   color: #731b2e;
 }
 .AnyTagClassName
 {
   color: #731b2e;
 }
</style>
background-color css

<style>
 a { background-color: #731b2e; }

 a { background-color: rgb(115,27,46); }

 div.DivClassName
 {
   background-color: #731b2e;
 }
 .BgClassName
 {
   background-color: #731b2e;
 }
</style>
border-color css

<style>
 span { border-color: #731b2e; }

 span { border-color: rgb(115,27,46); }

 td.TdClassName
 {
   border-color: #731b2e;
 }
 .TagClassName
 {
   border-color: #731b2e;
 }
</style>