#810316

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

Shades of Burgundy #810316

Tints of Burgundy #810316

Color information

#810316 (or 0x810316) is unknown color: approx Burgundy. HEX triplet: 81, 03 and 16. RGB value is (129,3,22). Sum of RGB (Red+Green+Blue) = 129+3+22=154 (20% of max value = 765). Red value is 129 (50.78% from 255 or 83.77% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 129 - color contains mainly: red. Hex color #810316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810316 is #7EFCE9. Grayscale: #2A2A2A. Windows color (decimal): -8322282 or 1442689. OLE color: 1442689.

HSL color Cylindrical-coordinate representation of color #810316: hue angle of 350.95º degrees, saturation: 0.95, 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 #810316 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB129322-
CMYK00.980.830.49
HSL350.95º95.45%25.88%-
HSV(B)350.95º97.67%50.59%-
XYZ9.234.791.2-
YUV42.84116.24189.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 83.77%
GREEN value IS 3 (1.56% from 255) = 1.95%
BLUE value IS 22 (8.98% from 255) = 14.29%
R=83.77%
G=1.95%
B=14.29%

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
Decimal12932200.980.830.49350.9595.4525.88
Hex81316062533115f5f1a
Octal20132601421236153713732
Binary100000011110110011000101010011110001101011111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810316; }

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

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

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

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

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

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

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

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