#87061E

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

Shades of Burgundy #87061E

Tints of Burgundy #87061E

Color information

#87061E (or 0x87061E) is unknown color: approx Burgundy. HEX triplet: 87, 06 and 1E. RGB value is (135,6,30). Sum of RGB (Red+Green+Blue) = 135+6+30=171 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.95% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 135 - color contains mainly: red. Hex color #87061E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87061E is #78F9E1. Grayscale: #2F2F2F. Windows color (decimal): -7928290 or 1967751. OLE color: 1967751.

HSL color Cylindrical-coordinate representation of color #87061E: hue angle of 348.84º 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 #87061E is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB135630-
CMYK00.960.780.47
HSL348.84º91.49%27.65%-
HSV(B)348.84º95.56%52.94%-
XYZ10.295.371.72-
YUV47.31118.24190.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 78.95%
GREEN value IS 6 (2.73% from 255) = 3.51%
BLUE value IS 30 (12.11% from 255) = 17.54%
R=78.95%
G=3.51%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13563000.960.780.47348.8491.4927.65
Hex8761E0604E2F15d5b1c
Octal20763601401165753513334
Binary1000011111011110011000001001110101111101011101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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