#870A25

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

Shades of Burgundy #870A25

Tints of Burgundy #870A25

Color information

#870A25 (or 0x870A25) is unknown color: approx Burgundy. HEX triplet: 87, 0A and 25. RGB value is (135,10,37). Sum of RGB (Red+Green+Blue) = 135+10+37=182 (24% of max value = 765). Red value is 135 (53.12% from 255 or 74.18% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 135 - color contains mainly: red. Hex color #870A25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870A25 is #78F5DA. Grayscale: #323232. Windows color (decimal): -7927259 or 2427527. OLE color: 2427527.

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

Color convert

RGB1351037-
CMYK00.930.730.47
HSL347.04º86.21%28.43%-
HSV(B)347.04º92.59%52.94%-
XYZ10.435.52.26-
YUV50.45120.41188.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 74.18%
GREEN value IS 10 (4.30% from 255) = 5.49%
BLUE value IS 37 (14.84% from 255) = 20.33%
R=74.18%
G=5.49%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135103700.930.730.47347.0486.2128.43
Hex87A2505D492F15b561c
Octal207124501351115753312634
Binary100001111010100101010111011001001101111101011011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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