#860A12

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

Shades of Sangria #860A12

Tints of Sangria #860A12

Color information

#860A12 (or 0x860A12) is unknown color: approx Sangria. HEX triplet: 86, 0A and 12. RGB value is (134,10,18). Sum of RGB (Red+Green+Blue) = 134+10+18=162 (21% of max value = 765). Red value is 134 (52.73% from 255 or 82.72% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 134 - color contains mainly: red. Hex color #860A12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860A12 is #79F5ED. Grayscale: #303030. Windows color (decimal): -7992814 or 1182342. OLE color: 1182342.

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

Color convert

RGB1341018-
CMYK00.930.870.47
HSL356.13º86.11%28.24%-
HSV(B)356.13º92.54%52.55%-
XYZ10.055.331.07-
YUV47.99111.08189.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 82.72%
GREEN value IS 10 (4.30% from 255) = 6.17%
BLUE value IS 18 (7.42% from 255) = 11.11%
R=82.72%
G=6.17%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134101800.930.870.47356.1386.1128.24
Hex86A1205D572F164561c
Octal206122201351275754412634
Binary10000110101010010010111011010111101111101100100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860A12; }

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

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

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

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

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

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

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

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