#860812

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

Shades of Sangria #860812

Tints of Sangria #860812

Color information

#860812 (or 0x860812) is unknown color: approx Sangria. HEX triplet: 86, 08 and 12. RGB value is (134,8,18). Sum of RGB (Red+Green+Blue) = 134+8+18=160 (21% of max value = 765). Red value is 134 (52.73% from 255 or 83.75% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 134 - color contains mainly: red. Hex color #860812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860812 is #79F7ED. Grayscale: #2E2E2E. Windows color (decimal): -7993326 or 1181830. OLE color: 1181830.

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

Color convert

RGB134818-
CMYK00.940.870.47
HSL355.24º88.73%27.84%-
HSV(B)355.24º94.03%52.55%-
XYZ10.035.291.06-
YUV46.81111.74190.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 83.75%
GREEN value IS 8 (3.52% from 255) = 5%
BLUE value IS 18 (7.42% from 255) = 11.25%
R=83.75%
G=5%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13481800.940.870.47355.2488.7327.84
Hex8681205E572F163591c
Octal206102201361275754313134
Binary10000110100010010010111101010111101111101100011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860812; }

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

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

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

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

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

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

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

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