#870914

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

Shades of Sangria #870914

Tints of Sangria #870914

Color information

#870914 (or 0x870914) is unknown color: approx Sangria. HEX triplet: 87, 09 and 14. RGB value is (135,9,20). Sum of RGB (Red+Green+Blue) = 135+9+20=164 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.32% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 135 - color contains mainly: red. Hex color #870914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870914 is #78F6EB. Grayscale: #303030. Windows color (decimal): -7927532 or 1313159. OLE color: 1313159.

HSL color Cylindrical-coordinate representation of color #870914: hue angle of 354.76º degrees, saturation: 0.88, 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 #870914 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB135920-
CMYK00.930.850.47
HSL354.76º87.5%28.24%-
HSV(B)354.76º93.33%52.94%-
XYZ10.225.41.17-
YUV47.93112.24190.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 82.32%
GREEN value IS 9 (3.91% from 255) = 5.49%
BLUE value IS 20 (8.20% from 255) = 12.20%
R=82.32%
G=5.49%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13592000.930.850.47354.7687.528.24
Hex8791405D552F163581c
Octal207112401351255754313034
Binary10000111100110100010111011010101101111101100011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870914; }

 p { color: rgb(135,9,20); }

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

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

 a { background-color: rgb(135,9,20); }

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

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

 span { border-color: rgb(135,9,20); }

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