#870B0C

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

Shades of Sangria #870B0C

Tints of Sangria #870B0C

Color information

#870B0C (or 0x870B0C) is unknown color: approx Sangria. HEX triplet: 87, 0B and 0C. RGB value is (135,11,12). Sum of RGB (Red+Green+Blue) = 135+11+12=158 (20% of max value = 765). Red value is 135 (53.12% from 255 or 85.44% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 135 - color contains mainly: red. Hex color #870B0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870B0C is #78F4F3. Grayscale: #303030. Windows color (decimal): -7927028 or 789383. OLE color: 789383.

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

Color convert

RGB1351112-
CMYK00.920.910.47
HSL359.52º84.93%28.63%-
HSV(B)359.52º91.85%52.94%-
XYZ10.185.420.86-
YUV48.19107.58189.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 85.44%
GREEN value IS 11 (4.69% from 255) = 6.96%
BLUE value IS 12 (5.08% from 255) = 7.59%
R=85.44%
G=6.96%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135111200.920.910.47359.5284.9328.63
Hex87BC05C5B2F168551d
Octal207131401341335755012535
Binary1000011110111100010111001011011101111101101000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870B0C; }

 p { color: rgb(135,11,12); }

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

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

 a { background-color: rgb(135,11,12); }

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

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

 span { border-color: rgb(135,11,12); }

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