#860208

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

Shades of Sangria #860208

Tints of Sangria #860208

Color information

#860208 (or 0x860208) is unknown color: approx Sangria. HEX triplet: 86, 02 and 08. RGB value is (134,2,8). Sum of RGB (Red+Green+Blue) = 134+2+8=144 (19% of max value = 765). Red value is 134 (52.73% from 255 or 93.06% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 134 - color contains mainly: red. Hex color #860208 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860208 is #79FDF7. Grayscale: #2A2A2A. Windows color (decimal): -7994872 or 524934. OLE color: 524934.

HSL color Cylindrical-coordinate representation of color #860208: hue angle of 357.27º 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 #860208 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB13428-
CMYK00.990.940.47
HSL357.27º97.06%26.67%-
HSV(B)357.27º98.51%52.55%-
XYZ9.95.130.7-
YUV42.15108.73193.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 93.06%
GREEN value IS 2 (1.17% from 255) = 1.39%
BLUE value IS 8 (3.52% from 255) = 5.56%
R=93.06%
G=1.39%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1342800.990.940.47357.2797.0626.67
Hex86280635E2F165611b
Octal20621001431365754514133
Binary10000110101000011000111011110101111101100101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860208; }

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

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

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

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

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

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

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

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