#87000C

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

Shades of Sangria #87000C

Tints of Sangria #87000C

Color information

#87000C (or 0x87000C) is unknown color: approx Sangria. HEX triplet: 87, 00 and 0C. RGB value is (135,0,12). Sum of RGB (Red+Green+Blue) = 135+0+12=147 (19% of max value = 765). Red value is 135 (53.12% from 255 or 91.84% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 135 - color contains mainly: red. Hex color #87000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87000C is #78FFF3. Grayscale: #292929. Windows color (decimal): -7929844 or 786567. OLE color: 786567.

HSL color Cylindrical-coordinate representation of color #87000C: hue angle of 354.67º 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 #87000C is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB135012-
CMYK010.910.47
HSL354.67º100%26.47%-
HSV(B)354.67º100%52.94%-
XYZ10.065.180.82-
YUV41.73111.23194.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 91.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 8.16%
R=91.84%
G=0%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135012010.910.47354.6710026.47
Hex870C0645B2F163641a
Octal20701401441335754314432
Binary1000011101100011001001011011101111101100011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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