#87001E

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

Shades of Burgundy #87001E

Tints of Burgundy #87001E

Color information

#87001E (or 0x87001E) is unknown color: approx Burgundy. HEX triplet: 87, 00 and 1E. RGB value is (135,0,30). Sum of RGB (Red+Green+Blue) = 135+0+30=165 (21% of max value = 765). Red value is 135 (53.12% from 255 or 81.82% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 135 - color contains mainly: red. Hex color #87001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87001E is #78FFE1. Grayscale: #2B2B2B. Windows color (decimal): -7929826 or 1966215. OLE color: 1966215.

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

Color convert

RGB135030-
CMYK010.780.47
HSL346.67º100%26.47%-
HSV(B)346.67º100%52.94%-
XYZ10.235.241.7-
YUV43.78120.23193.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 81.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=81.82%
G=0%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135030010.780.47346.6710026.47
Hex8701E0644E2F15b641a
Octal20703601441165753314432
Binary10000111011110011001001001110101111101011011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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