#870818

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

Shades of Burgundy #870818

Tints of Burgundy #870818

Color information

#870818 (or 0x870818) is unknown color: approx Burgundy. HEX triplet: 87, 08 and 18. RGB value is (135,8,24). Sum of RGB (Red+Green+Blue) = 135+8+24=167 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.84% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 24 (9.77% from 255 or 14.37% from 167); Max value from RGB is 135 - color contains mainly: red. Hex color #870818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870818 is #78F7E7. Grayscale: #2F2F2F. Windows color (decimal): -7927784 or 1575047. OLE color: 1575047.

HSL color Cylindrical-coordinate representation of color #870818: hue angle of 352.44º 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 #870818 is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB135824-
CMYK00.940.820.47
HSL352.44º88.81%28.04%-
HSV(B)352.44º94.07%52.94%-
XYZ10.245.391.36-
YUV47.8114.58190.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 80.84%
GREEN value IS 8 (3.52% from 255) = 4.79%
BLUE value IS 24 (9.77% from 255) = 14.37%
R=80.84%
G=4.79%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13582400.940.820.47352.4488.8128.04
Hex8781805E522F160591c
Octal207103001361225754013134
Binary10000111100011000010111101010010101111101100000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870818; }

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

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

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

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

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

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

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

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