#860C15

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

Shades of Sangria #860C15

Tints of Sangria #860C15

Color information

#860C15 (or 0x860C15) is unknown color: approx Sangria. HEX triplet: 86, 0C and 15. RGB value is (134,12,21). Sum of RGB (Red+Green+Blue) = 134+12+21=167 (22% of max value = 765). Red value is 134 (52.73% from 255 or 80.24% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 134 - color contains mainly: red. Hex color #860C15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860C15 is #79F3EA. Grayscale: #313131. Windows color (decimal): -7992299 or 1379462. OLE color: 1379462.

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

Color convert

RGB1341221-
CMYK00.910.840.47
HSL355.57º83.56%28.63%-
HSV(B)355.57º91.04%52.55%-
XYZ10.15.391.22-
YUV49.5111.92188.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 80.24%
GREEN value IS 12 (5.08% from 255) = 7.19%
BLUE value IS 21 (8.59% from 255) = 12.57%
R=80.24%
G=7.19%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134122100.910.840.47355.5783.5628.63
Hex86C1505B542F164541d
Octal206142501331245754412435
Binary10000110110010101010110111010100101111101100100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,12,21); }

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

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

 a { background-color: rgb(134,12,21); }

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

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

 span { border-color: rgb(134,12,21); }

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