#87001C

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

Shades of Burgundy #87001C

Tints of Burgundy #87001C

Color information

#87001C (or 0x87001C) is unknown color: approx Burgundy. HEX triplet: 87, 00 and 1C. RGB value is (135,0,28). Sum of RGB (Red+Green+Blue) = 135+0+28=163 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.82% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 135 - color contains mainly: red. Hex color #87001C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87001C is #78FFE3. Grayscale: #2B2B2B. Windows color (decimal): -7929828 or 1835143. OLE color: 1835143.

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

Color convert

RGB135028-
CMYK010.790.47
HSL347.56º100%26.47%-
HSV(B)347.56º100%52.94%-
XYZ10.25.231.57-
YUV43.56119.23193.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 82.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 17.18%
R=82.82%
G=0%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135028010.790.47347.5610026.47
Hex8701C0644F2F15c641a
Octal20703401441175753414432
Binary10000111011100011001001001111101111101011100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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