#810314

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

Shades of Burgundy #810314

Tints of Burgundy #810314

Color information

#810314 (or 0x810314) is unknown color: approx Burgundy. HEX triplet: 81, 03 and 14. RGB value is (129,3,20). Sum of RGB (Red+Green+Blue) = 129+3+20=152 (20% of max value = 765). Red value is 129 (50.78% from 255 or 84.87% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 129 - color contains mainly: red. Hex color #810314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810314 is #7EFCEB. Grayscale: #2A2A2A. Windows color (decimal): -8322284 or 1311617. OLE color: 1311617.

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

Color convert

RGB129320-
CMYK00.980.840.49
HSL351.9º95.45%25.88%-
HSV(B)351.9º97.67%50.59%-
XYZ9.214.781.1-
YUV42.61115.24189.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 84.87%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 20 (8.20% from 255) = 13.16%
R=84.87%
G=1.97%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12932000.980.840.49351.995.4525.88
Hex8131406254311605f1a
Octal20132401421246154013732
Binary100000011110100011000101010100110001101100000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810314; }

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

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

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

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

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

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

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

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