#860C0D

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

Shades of Sangria #860C0D

Tints of Sangria #860C0D

Color information

#860C0D (or 0x860C0D) is unknown color: approx Sangria. HEX triplet: 86, 0C and 0D. RGB value is (134,12,13). Sum of RGB (Red+Green+Blue) = 134+12+13=159 (21% of max value = 765). Red value is 134 (52.73% from 255 or 84.28% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 134 - color contains mainly: red. Hex color #860C0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860C0D is #79F3F2. Grayscale: #303030. Windows color (decimal): -7992307 or 855174. OLE color: 855174.

HSL color Cylindrical-coordinate representation of color #860C0D: hue angle of 359.51º 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 #860C0D is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1341213-
CMYK00.910.900.47
HSL359.51º83.56%28.63%-
HSV(B)359.51º91.04%52.55%-
XYZ10.045.360.89-
YUV48.59107.92188.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 84.28%
GREEN value IS 12 (5.08% from 255) = 7.55%
BLUE value IS 13 (5.47% from 255) = 8.18%
R=84.28%
G=7.55%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134121300.910.900.47359.5183.5628.63
Hex86CD05B5A2F168541d
Octal206141501331325755012435
Binary1000011011001101010110111011010101111101101000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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