#860212

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

Shades of Sangria #860212

Tints of Sangria #860212

Color information

#860212 (or 0x860212) is unknown color: approx Sangria. HEX triplet: 86, 02 and 12. RGB value is (134,2,18). Sum of RGB (Red+Green+Blue) = 134+2+18=154 (20% of max value = 765). Red value is 134 (52.73% from 255 or 87.01% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 134 - color contains mainly: red. Hex color #860212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860212 is #79FDED. Grayscale: #2B2B2B. Windows color (decimal): -7994862 or 1180294. OLE color: 1180294.

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

Color convert

RGB134218-
CMYK00.990.870.47
HSL352.73º97.06%26.67%-
HSV(B)352.73º98.51%52.55%-
XYZ9.965.161.04-
YUV43.29113.73192.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 87.01%
GREEN value IS 2 (1.17% from 255) = 1.30%
BLUE value IS 18 (7.42% from 255) = 11.69%
R=87.01%
G=1.30%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13421800.990.870.47352.7397.0626.67
Hex86212063572F161611b
Octal20622201431275754114133
Binary100001101010010011000111010111101111101100001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860212; }

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

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

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

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

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

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

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

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