#810B18

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

Shades of Burgundy #810B18

Tints of Burgundy #810B18

Color information

#810B18 (or 0x810B18) is unknown color: approx Burgundy. HEX triplet: 81, 0B and 18. RGB value is (129,11,24). Sum of RGB (Red+Green+Blue) = 129+11+24=164 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.66% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 129 - color contains mainly: red. Hex color #810B18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810B18 is #7EF4E7. Grayscale: #2F2F2F. Windows color (decimal): -8320232 or 1575809. OLE color: 1575809.

HSL color Cylindrical-coordinate representation of color #810B18: hue angle of 353.39º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810B18 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB1291124-
CMYK00.910.810.49
HSL353.39º84.29%27.45%-
HSV(B)353.39º91.47%50.59%-
XYZ9.344.971.33-
YUV47.76114.59185.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 78.66%
GREEN value IS 11 (4.69% from 255) = 6.71%
BLUE value IS 24 (9.77% from 255) = 14.63%
R=78.66%
G=6.71%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129112400.910.810.49353.3984.2927.45
Hex81B1805B5131161541b
Octal201133001331216154112433
Binary10000001101111000010110111010001110001101100001101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810B18; }

 p { color: rgb(129,11,24); }

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

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

 a { background-color: rgb(129,11,24); }

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

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

 span { border-color: rgb(129,11,24); }

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