#87000D

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

Shades of Sangria #87000D

Tints of Sangria #87000D

Color information

#87000D (or 0x87000D) is unknown color: approx Sangria. HEX triplet: 87, 00 and 0D. RGB value is (135,0,13). Sum of RGB (Red+Green+Blue) = 135+0+13=148 (19% of max value = 765). Red value is 135 (53.12% from 255 or 91.22% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 135 - color contains mainly: red. Hex color #87000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87000D is #78FFF2. Grayscale: #292929. Windows color (decimal): -7929843 or 852103. OLE color: 852103.

HSL color Cylindrical-coordinate representation of color #87000D: hue angle of 354.22º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #87000D is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB135013-
CMYK010.900.47
HSL354.22º100%26.47%-
HSV(B)354.22º100%52.94%-
XYZ10.065.180.85-
YUV41.85111.73194.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 91.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 8.78%
R=91.22%
G=0%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135013010.900.47354.2210026.47
Hex870D0645A2F162641a
Octal20701501441325754214432
Binary1000011101101011001001011010101111101100010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87000D; }

 p { color: rgb(135,0,13); }

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

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

 a { background-color: rgb(135,0,13); }

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

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

 span { border-color: rgb(135,0,13); }

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