#87061c

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

Shades of Burgundy #87061C

Tints of Burgundy #87061C

Color information

#87061C (or 0x87061C) is unknown color: approx Burgundy. HEX triplet: 87, 06 and 1C. RGB value is (135,6,28). Sum of RGB (Red+Green+Blue) = 135+6+28=169 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.88% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 135 - color contains mainly: red. Hex color #87061C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87061C is #78F9E3. Grayscale: #2F2F2F. Windows color (decimal): -7928292 or 1836679. OLE color: 1836679.

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

Color convert

RGB135628-
CMYK00.960.790.47
HSL349.77º91.49%27.65%-
HSV(B)349.77º95.56%52.94%-
XYZ10.275.361.59-
YUV47.08117.24190.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 79.88%
GREEN value IS 6 (2.73% from 255) = 3.55%
BLUE value IS 28 (11.33% from 255) = 16.57%
R=79.88%
G=3.55%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13562800.960.790.47349.7791.4927.65
Hex8761C0604F2F15e5b1c
Octal20763401401175753613334
Binary1000011111011100011000001001111101111101011110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87061c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87061c; }

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

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

<style>
 a { background-color: #87061c; }

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

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

<style>
 span { border-color: #87061c; }

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

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