#870D1A

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

Shades of Burgundy #870D1A

Tints of Burgundy #870D1A

Color information

#870D1A (or 0x870D1A) is unknown color: approx Burgundy. HEX triplet: 87, 0D and 1A. RGB value is (135,13,26). Sum of RGB (Red+Green+Blue) = 135+13+26=174 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.59% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 135 - color contains mainly: red. Hex color #870D1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870D1A is #78F2E5. Grayscale: #333333. Windows color (decimal): -7926502 or 1707399. OLE color: 1707399.

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

Color convert

RGB1351326-
CMYK00.900.810.47
HSL353.61º82.43%29.02%-
HSV(B)353.61º90.37%52.94%-
XYZ10.325.511.5-
YUV50.96113.92187.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 77.59%
GREEN value IS 13 (5.47% from 255) = 7.47%
BLUE value IS 26 (10.55% from 255) = 14.94%
R=77.59%
G=7.47%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135132600.900.810.47353.6182.4329.02
Hex87D1A05A512F162521d
Octal207153201321215754212235
Binary10000111110111010010110101010001101111101100010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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