#870A28

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

Shades of Burgundy #870A28

Tints of Burgundy #870A28

Color information

#870A28 (or 0x870A28) is unknown color: approx Burgundy. HEX triplet: 87, 0A and 28. RGB value is (135,10,40). Sum of RGB (Red+Green+Blue) = 135+10+40=185 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.97% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 135 - color contains mainly: red. Hex color #870A28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870A28 is #78F5D7. Grayscale: #323232. Windows color (decimal): -7927256 or 2624135. OLE color: 2624135.

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

Color convert

RGB1351040-
CMYK00.930.700.47
HSL345.6º86.21%28.43%-
HSV(B)345.6º92.59%52.94%-
XYZ10.485.522.52-
YUV50.79121.91188.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 72.97%
GREEN value IS 10 (4.30% from 255) = 5.41%
BLUE value IS 40 (16.02% from 255) = 21.62%
R=72.97%
G=5.41%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135104000.930.700.47345.686.2128.43
Hex87A2805D462F15a561c
Octal207125001351065753212634
Binary100001111010101000010111011000110101111101011010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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