#870508

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

Shades of Sangria #870508

Tints of Sangria #870508

Color information

#870508 (or 0x870508) is unknown color: approx Sangria. HEX triplet: 87, 05 and 08. RGB value is (135,5,8). Sum of RGB (Red+Green+Blue) = 135+5+8=148 (19% of max value = 765). Red value is 135 (53.12% from 255 or 91.22% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 135 - color contains mainly: red. Hex color #870508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870508 is #78FAF7. Grayscale: #2C2C2C. Windows color (decimal): -7928568 or 525703. OLE color: 525703.

HSL color Cylindrical-coordinate representation of color #870508: hue angle of 358.62º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #870508 is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB13558-
CMYK00.960.940.47
HSL358.62º92.86%27.45%-
HSV(B)358.62º96.3%52.94%-
XYZ10.095.280.72-
YUV44.21107.57192.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 91.22%
GREEN value IS 5 (2.34% from 255) = 3.38%
BLUE value IS 8 (3.52% from 255) = 5.41%
R=91.22%
G=3.38%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355800.960.940.47358.6292.8627.45
Hex87580605E2F1675d1b
Octal20751001401365754713533
Binary100001111011000011000001011110101111101100111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870508; }

 p { color: rgb(135,5,8); }

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

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

 a { background-color: rgb(135,5,8); }

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

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

 span { border-color: rgb(135,5,8); }

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