#870A2A

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

Shades of Burgundy #870A2A

Tints of Burgundy #870A2A

Color information

#870A2A (or 0x870A2A) is unknown color: approx Burgundy. HEX triplet: 87, 0A and 2A. RGB value is (135,10,42). Sum of RGB (Red+Green+Blue) = 135+10+42=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #870A2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870A2A is #78F5D5. Grayscale: #333333. Windows color (decimal): -7927254 or 2755207. OLE color: 2755207.

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

Color convert

RGB1351042-
CMYK00.930.690.47
HSL344.64º86.21%28.43%-
HSV(B)344.64º92.59%52.94%-
XYZ10.525.542.7-
YUV51.02122.91187.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 72.19%
GREEN value IS 10 (4.30% from 255) = 5.35%
BLUE value IS 42 (16.80% from 255) = 22.46%
R=72.19%
G=5.35%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135104200.930.690.47344.6486.2128.43
Hex87A2A05D452F159561c
Octal207125201351055753112634
Binary100001111010101010010111011000101101111101011001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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