#87071C

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

Shades of Burgundy #87071C

Tints of Burgundy #87071C

Color information

#87071C (or 0x87071C) is unknown color: approx Burgundy. HEX triplet: 87, 07 and 1C. RGB value is (135,7,28). Sum of RGB (Red+Green+Blue) = 135+7+28=170 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.41% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 135 - color contains mainly: red. Hex color #87071C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87071C is #78F8E3. Grayscale: #2F2F2F. Windows color (decimal): -7928036 or 1836935. OLE color: 1836935.

HSL color Cylindrical-coordinate representation of color #87071C: hue angle of 350.16º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #87071C is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB135728-
CMYK00.950.790.47
HSL350.16º90.14%27.84%-
HSV(B)350.16º94.81%52.94%-
XYZ10.285.391.6-
YUV47.67116.91190.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 79.41%
GREEN value IS 7 (3.12% from 255) = 4.12%
BLUE value IS 28 (11.33% from 255) = 16.47%
R=79.41%
G=4.12%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13572800.950.790.47350.1690.1427.84
Hex8771C05F4F2F15e5a1c
Octal20773401371175753613234
Binary1000011111111100010111111001111101111101011110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,7,28); }

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

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

 a { background-color: rgb(135,7,28); }

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

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

 span { border-color: rgb(135,7,28); }

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