#87030E

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

Shades of Sangria #87030E

Tints of Sangria #87030E

Color information

#87030E (or 0x87030E) is unknown color: approx Sangria. HEX triplet: 87, 03 and 0E. RGB value is (135,3,14). Sum of RGB (Red+Green+Blue) = 135+3+14=152 (20% of max value = 765). Red value is 135 (53.12% from 255 or 88.82% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 135 - color contains mainly: red. Hex color #87030E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87030E is #78FCF1. Grayscale: #2B2B2B. Windows color (decimal): -7929074 or 918407. OLE color: 918407.

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

Color convert

RGB135314-
CMYK00.980.900.47
HSL355º95.65%27.06%-
HSV(B)355º97.78%52.94%-
XYZ10.15.250.9-
YUV43.72111.23193.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 88.82%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 14 (5.86% from 255) = 9.21%
R=88.82%
G=1.97%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13531400.980.900.4735595.6527.06
Hex873E0625A2F163601b
Octal20731601421325754314033
Binary10000111111110011000101011010101111101100011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87030E; }

 p { color: rgb(135,3,14); }

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

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

 a { background-color: rgb(135,3,14); }

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

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

 span { border-color: rgb(135,3,14); }

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