#860012

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

Shades of Sangria #860012

Tints of Sangria #860012

Color information

#860012 (or 0x860012) is unknown color: approx Sangria. HEX triplet: 86, 00 and 12. RGB value is (134,0,18). Sum of RGB (Red+Green+Blue) = 134+0+18=152 (20% of max value = 765). Red value is 134 (52.73% from 255 or 88.16% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 134 - color contains mainly: red. Hex color #860012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860012 is #79FFED. Grayscale: #2A2A2A. Windows color (decimal): -7995374 or 1179782. OLE color: 1179782.

HSL color Cylindrical-coordinate representation of color #860012: hue angle of 351.94º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860012 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB134018-
CMYK010.870.47
HSL351.94º100%26.27%-
HSV(B)351.94º100%52.55%-
XYZ9.945.111.04-
YUV42.12114.39193.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 88.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 11.84%
R=88.16%
G=0%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134018010.870.47351.9410026.27
Hex86012064572F160641a
Octal20602201441275754014432
Binary10000110010010011001001010111101111101100000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860012; }

 p { color: rgb(134,0,18); }

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

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

 a { background-color: rgb(134,0,18); }

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

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

 span { border-color: rgb(134,0,18); }

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