#870912

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

Shades of Sangria #870912

Tints of Sangria #870912

Color information

#870912 (or 0x870912) is unknown color: approx Sangria. HEX triplet: 87, 09 and 12. RGB value is (135,9,18). Sum of RGB (Red+Green+Blue) = 135+9+18=162 (21% of max value = 765). Red value is 135 (53.12% from 255 or 83.33% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 135 - color contains mainly: red. Hex color #870912 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870912 is #78F6ED. Grayscale: #2F2F2F. Windows color (decimal): -7927534 or 1182087. OLE color: 1182087.

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

Color convert

RGB135918-
CMYK00.930.870.47
HSL355.71º87.5%28.24%-
HSV(B)355.71º93.33%52.94%-
XYZ10.25.391.08-
YUV47.7111.24190.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 83.33%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 18 (7.42% from 255) = 11.11%
R=83.33%
G=5.56%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13591800.930.870.47355.7187.528.24
Hex8791205D572F164581c
Octal207112201351275754413034
Binary10000111100110010010111011010111101111101100100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870912; }

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

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

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

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

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

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

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

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