#870D1E

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

Shades of Burgundy #870D1E

Tints of Burgundy #870D1E

Color information

#870D1E (or 0x870D1E) is unknown color: approx Burgundy. HEX triplet: 87, 0D and 1E. RGB value is (135,13,30). Sum of RGB (Red+Green+Blue) = 135+13+30=178 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75.84% from 178); Green value is 13 (5.47% from 255 or 7.30% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 135 - color contains mainly: red. Hex color #870D1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870D1E is #78F2E1. Grayscale: #333333. Windows color (decimal): -7926498 or 1969543. OLE color: 1969543.

HSL color Cylindrical-coordinate representation of color #870D1E: hue angle of 351.64º 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 #870D1E is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1351330-
CMYK00.900.780.47
HSL351.64º82.43%29.02%-
HSV(B)351.64º90.37%52.94%-
XYZ10.375.531.75-
YUV51.42115.92187.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 75.84%
GREEN value IS 13 (5.47% from 255) = 7.30%
BLUE value IS 30 (12.11% from 255) = 16.85%
R=75.84%
G=7.30%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135133000.900.780.47351.6482.4329.02
Hex87D1E05A4E2F160521d
Octal207153601321165754012235
Binary10000111110111110010110101001110101111101100000101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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