#810312

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

Shades of Burgundy #810312

Tints of Burgundy #810312

Color information

#810312 (or 0x810312) is unknown color: approx Burgundy. HEX triplet: 81, 03 and 12. RGB value is (129,3,18). Sum of RGB (Red+Green+Blue) = 129+3+18=150 (19% of max value = 765). Red value is 129 (50.78% from 255 or 86% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 129 - color contains mainly: red. Hex color #810312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810312 is #7EFCED. Grayscale: #2A2A2A. Windows color (decimal): -8322286 or 1180545. OLE color: 1180545.

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

Color convert

RGB129318-
CMYK00.980.860.49
HSL352.86º95.45%25.88%-
HSV(B)352.86º97.67%50.59%-
XYZ9.24.781.01-
YUV42.38114.24189.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 86%
GREEN value IS 3 (1.56% from 255) = 2%
BLUE value IS 18 (7.42% from 255) = 12%
R=86%
G=2%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12931800.980.860.49352.8695.4525.88
Hex8131206256311615f1a
Octal20132201421266154113732
Binary100000011110010011000101010110110001101100001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810312; }

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

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

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

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

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

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

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

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