#860608

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

Shades of Sangria #860608

Tints of Sangria #860608

Color information

#860608 (or 0x860608) is unknown color: approx Sangria. HEX triplet: 86, 06 and 08. RGB value is (134,6,8). Sum of RGB (Red+Green+Blue) = 134+6+8=148 (19% of max value = 765). Red value is 134 (52.73% from 255 or 90.54% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 134 - color contains mainly: red. Hex color #860608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860608 is #79F9F7. Grayscale: #2C2C2C. Windows color (decimal): -7993848 or 525958. OLE color: 525958.

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

Color convert

RGB13468-
CMYK00.960.940.47
HSL359.06º91.43%27.45%-
HSV(B)359.06º95.52%52.55%-
XYZ9.945.220.71-
YUV44.5107.41191.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 90.54%
GREEN value IS 6 (2.73% from 255) = 4.05%
BLUE value IS 8 (3.52% from 255) = 5.41%
R=90.54%
G=4.05%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346800.960.940.47359.0691.4327.45
Hex86680605E2F1675b1b
Octal20661001401365754713333
Binary100001101101000011000001011110101111101100111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860608; }

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

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

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

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

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

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

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

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