#870819

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

Shades of Burgundy #870819

Tints of Burgundy #870819

Color information

#870819 (or 0x870819) is unknown color: approx Burgundy. HEX triplet: 87, 08 and 19. RGB value is (135,8,25). Sum of RGB (Red+Green+Blue) = 135+8+25=168 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.36% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 135 - color contains mainly: red. Hex color #870819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870819 is #78F7E6. Grayscale: #2F2F2F. Windows color (decimal): -7927783 or 1640583. OLE color: 1640583.

HSL color Cylindrical-coordinate representation of color #870819: hue angle of 351.97º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870819 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB135825-
CMYK00.940.810.47
HSL351.97º88.81%28.04%-
HSV(B)351.97º94.07%52.94%-
XYZ10.255.391.42-
YUV47.91115.08190.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 80.36%
GREEN value IS 8 (3.52% from 255) = 4.76%
BLUE value IS 25 (10.16% from 255) = 14.88%
R=80.36%
G=4.76%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13582500.940.810.47351.9788.8128.04
Hex8781905E512F160591c
Octal207103101361215754013134
Binary10000111100011001010111101010001101111101100000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870819; }

 p { color: rgb(135,8,25); }

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

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

 a { background-color: rgb(135,8,25); }

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

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

 span { border-color: rgb(135,8,25); }

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