#87001A

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

Shades of Burgundy #87001A

Tints of Burgundy #87001A

Color information

#87001A (or 0x87001A) is unknown color: approx Burgundy. HEX triplet: 87, 00 and 1A. RGB value is (135,0,26). Sum of RGB (Red+Green+Blue) = 135+0+26=161 (21% of max value = 765). Red value is 135 (53.12% from 255 or 83.85% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 135 - color contains mainly: red. Hex color #87001A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87001A is #78FFE5. Grayscale: #2B2B2B. Windows color (decimal): -7929830 or 1704071. OLE color: 1704071.

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

Color convert

RGB135026-
CMYK010.810.47
HSL348.44º100%26.47%-
HSV(B)348.44º100%52.94%-
XYZ10.185.231.45-
YUV43.33118.23193.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 83.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 16.15%
R=83.85%
G=0%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135026010.810.47348.4410026.47
Hex8701A064512F15c641a
Octal20703201441215753414432
Binary10000111011010011001001010001101111101011100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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