#870D27

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

Shades of Burgundy #870D27

Tints of Burgundy #870D27

Color information

#870D27 (or 0x870D27) is unknown color: approx Burgundy. HEX triplet: 87, 0D and 27. RGB value is (135,13,39). Sum of RGB (Red+Green+Blue) = 135+13+39=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #870D27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870D27 is #78F2D8. Grayscale: #343434. Windows color (decimal): -7926489 or 2559367. OLE color: 2559367.

HSL color Cylindrical-coordinate representation of color #870D27: hue angle of 347.21º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870D27 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1351339-
CMYK00.900.710.47
HSL347.21º82.43%29.02%-
HSV(B)347.21º90.37%52.94%-
XYZ10.55.592.44-
YUV52.44120.42186.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 72.19%
GREEN value IS 13 (5.47% from 255) = 6.95%
BLUE value IS 39 (15.62% from 255) = 20.86%
R=72.19%
G=6.95%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135133900.900.710.47347.2182.4329.02
Hex87D2705A472F15b521d
Octal207154701321075753312235
Binary100001111101100111010110101000111101111101011011101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870D27; }

 p { color: rgb(135,13,39); }

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

<style>
 a { background-color: #870D27; }

 a { background-color: rgb(135,13,39); }

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

<style>
 span { border-color: #870D27; }

 span { border-color: rgb(135,13,39); }

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