#860209

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

Shades of Sangria #860209

Tints of Sangria #860209

Color information

#860209 (or 0x860209) is unknown color: approx Sangria. HEX triplet: 86, 02 and 09. RGB value is (134,2,9). Sum of RGB (Red+Green+Blue) = 134+2+9=145 (19% of max value = 765). Red value is 134 (52.73% from 255 or 92.41% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 134 - color contains mainly: red. Hex color #860209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860209 is #79FDF6. Grayscale: #2A2A2A. Windows color (decimal): -7994871 or 590470. OLE color: 590470.

HSL color Cylindrical-coordinate representation of color #860209: hue angle of 356.82º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860209 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB13429-
CMYK00.990.930.47
HSL356.82º97.06%26.67%-
HSV(B)356.82º98.51%52.55%-
XYZ9.95.130.73-
YUV42.27109.23193.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 92.41%
GREEN value IS 2 (1.17% from 255) = 1.38%
BLUE value IS 9 (3.91% from 255) = 6.21%
R=92.41%
G=1.38%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1342900.990.930.47356.8297.0626.67
Hex86290635D2F165611b
Octal20621101431355754514133
Binary10000110101001011000111011101101111101100101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860209; }

 p { color: rgb(134,2,9); }

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

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

 a { background-color: rgb(134,2,9); }

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

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

 span { border-color: rgb(134,2,9); }

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