#870A2B

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

Shades of Burgundy #870A2B

Tints of Burgundy #870A2B

Color information

#870A2B (or 0x870A2B) is unknown color: approx Burgundy. HEX triplet: 87, 0A and 2B. RGB value is (135,10,43). Sum of RGB (Red+Green+Blue) = 135+10+43=188 (24% of max value = 765). Red value is 135 (53.12% from 255 or 71.81% from 188); Green value is 10 (4.30% from 255 or 5.32% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 135 - color contains mainly: red. Hex color #870A2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870A2B is #78F5D4. Grayscale: #333333. Windows color (decimal): -7927253 or 2820743. OLE color: 2820743.

HSL color Cylindrical-coordinate representation of color #870A2B: hue angle of 344.16º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870A2B is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB1351043-
CMYK00.930.680.47
HSL344.16º86.21%28.43%-
HSV(B)344.16º92.59%52.94%-
XYZ10.545.542.8-
YUV51.14123.41187.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 71.81%
GREEN value IS 10 (4.30% from 255) = 5.32%
BLUE value IS 43 (17.19% from 255) = 22.87%
R=71.81%
G=5.32%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135104300.930.680.47344.1686.2128.43
Hex87A2B05D442F158561c
Octal207125301351045753012634
Binary100001111010101011010111011000100101111101011000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,10,43); }

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

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

 a { background-color: rgb(135,10,43); }

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

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

 span { border-color: rgb(135,10,43); }

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