#87010A

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

Shades of Sangria #87010A

Tints of Sangria #87010A

Color information

#87010A (or 0x87010A) is unknown color: approx Sangria. HEX triplet: 87, 01 and 0A. RGB value is (135,1,10). Sum of RGB (Red+Green+Blue) = 135+1+10=146 (19% of max value = 765). Red value is 135 (53.12% from 255 or 92.47% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 135 - color contains mainly: red. Hex color #87010A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87010A is #78FEF5. Grayscale: #2A2A2A. Windows color (decimal): -7929590 or 655751. OLE color: 655751.

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

Color convert

RGB135110-
CMYK00.990.930.47
HSL355.97º98.53%26.67%-
HSV(B)355.97º99.26%52.94%-
XYZ10.065.190.76-
YUV42.09109.89194.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 92.47%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 10 (4.30% from 255) = 6.85%
R=92.47%
G=0.68%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511000.990.930.47355.9798.5326.67
Hex871A0635D2F164631b
Octal20711201431355754414333
Binary1000011111010011000111011101101111101100100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87010A; }

 p { color: rgb(135,1,10); }

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

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

 a { background-color: rgb(135,1,10); }

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

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

 span { border-color: rgb(135,1,10); }

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