#87001B

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

Shades of Burgundy #87001B

Tints of Burgundy #87001B

Color information

#87001B (or 0x87001B) is unknown color: approx Burgundy. HEX triplet: 87, 00 and 1B. RGB value is (135,0,27). Sum of RGB (Red+Green+Blue) = 135+0+27=162 (21% of max value = 765). Red value is 135 (53.12% from 255 or 83.33% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 135 - color contains mainly: red. Hex color #87001B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87001B is #78FFE4. Grayscale: #2B2B2B. Windows color (decimal): -7929829 or 1769607. OLE color: 1769607.

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

Color convert

RGB135027-
CMYK010.80.47
HSL348º100%26.47%-
HSV(B)348º100%52.94%-
XYZ10.195.231.51-
YUV43.44118.73193.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 83.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 27 (10.94% from 255) = 16.67%
R=83.33%
G=0%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.8
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135027010.80.4734810026.47
Hex8701B064502F15c641a
Octal20703301441205753414432
Binary10000111011011011001001010000101111101011100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87001B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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