#810216

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

Shades of Burgundy #810216

Tints of Burgundy #810216

Color information

#810216 (or 0x810216) is unknown color: approx Burgundy. HEX triplet: 81, 02 and 16. RGB value is (129,2,22). Sum of RGB (Red+Green+Blue) = 129+2+22=153 (20% of max value = 765). Red value is 129 (50.78% from 255 or 84.31% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 129 - color contains mainly: red. Hex color #810216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810216 is #7EFDE9. Grayscale: #2A2A2A. Windows color (decimal): -8322538 or 1442433. OLE color: 1442433.

HSL color Cylindrical-coordinate representation of color #810216: hue angle of 350.55º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #810216 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB129222-
CMYK00.980.830.49
HSL350.55º96.95%25.69%-
HSV(B)350.55º98.45%50.59%-
XYZ9.224.771.19-
YUV42.25116.58189.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 84.31%
GREEN value IS 2 (1.17% from 255) = 1.31%
BLUE value IS 22 (8.98% from 255) = 14.38%
R=84.31%
G=1.31%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12922200.980.830.49350.5596.9525.69
Hex81216062533115f611a
Octal20122601421236153714132
Binary100000011010110011000101010011110001101011111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810216; }

 p { color: rgb(129,2,22); }

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

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

 a { background-color: rgb(129,2,22); }

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

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

 span { border-color: rgb(129,2,22); }

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