#860815

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

Shades of Sangria #860815

Tints of Sangria #860815

Color information

#860815 (or 0x860815) is unknown color: approx Sangria. HEX triplet: 86, 08 and 15. RGB value is (134,8,21). Sum of RGB (Red+Green+Blue) = 134+8+21=163 (21% of max value = 765). Red value is 134 (52.73% from 255 or 82.21% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 134 - color contains mainly: red. Hex color #860815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860815 is #79F7EA. Grayscale: #2F2F2F. Windows color (decimal): -7993323 or 1378438. OLE color: 1378438.

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

Color convert

RGB134821-
CMYK00.940.840.47
HSL353.81º88.73%27.84%-
HSV(B)353.81º94.03%52.55%-
XYZ10.055.31.2-
YUV47.16113.24189.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 82.21%
GREEN value IS 8 (3.52% from 255) = 4.91%
BLUE value IS 21 (8.59% from 255) = 12.88%
R=82.21%
G=4.91%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13482100.940.840.47353.8188.7327.84
Hex8681505E542F162591c
Octal206102501361245754213134
Binary10000110100010101010111101010100101111101100010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860815; }

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

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

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

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

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

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

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

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