#870D3A

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

Shades of Burgundy #870D3A

Tints of Burgundy #870D3A

Color information

#870D3A (or 0x870D3A) is unknown color: approx Burgundy. HEX triplet: 87, 0D and 3A. RGB value is (135,13,58). Sum of RGB (Red+Green+Blue) = 135+13+58=206 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.53% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 135 - color contains mainly: red. Hex color #870D3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870D3A is #78F2C5. Grayscale: #363636. Windows color (decimal): -7926470 or 3804551. OLE color: 3804551.

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

Color convert

RGB1351358-
CMYK00.900.570.47
HSL337.87º82.43%29.02%-
HSV(B)337.87º90.37%52.94%-
XYZ10.95.744.54-
YUV54.61129.92185.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 65.53%
GREEN value IS 13 (5.47% from 255) = 6.31%
BLUE value IS 58 (23.05% from 255) = 28.16%
R=65.53%
G=6.31%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135135800.900.570.47337.8782.4329.02
Hex87D3A05A392F152521d
Octal20715720132715752212235
Binary10000111110111101001011010111001101111101010010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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