#810018

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

Shades of Burgundy #810018

Tints of Burgundy #810018

Color information

#810018 (or 0x810018) is unknown color: approx Burgundy. HEX triplet: 81, 00 and 18. RGB value is (129,0,24). Sum of RGB (Red+Green+Blue) = 129+0+24=153 (20% of max value = 765). Red value is 129 (50.78% from 255 or 84.31% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 129 - color contains mainly: red. Hex color #810018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810018 is #7EFFE7. Grayscale: #292929. Windows color (decimal): -8323048 or 1572993. OLE color: 1572993.

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

Color convert

RGB129024-
CMYK010.810.49
HSL348.84º100%25.29%-
HSV(B)348.84º100%50.59%-
XYZ9.224.731.29-
YUV41.31118.24190.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 84.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 15.69%
R=84.31%
G=0%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129024010.810.49348.8410025.29
Hex81018064513115d6419
Octal20103001441216153514431
Binary10000001011000011001001010001110001101011101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810018; }

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

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

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

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

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

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

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

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