#810334

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

Shades of Burgundy #810334

Tints of Burgundy #810334

Color information

#810334 (or 0x810334) is unknown color: approx Burgundy. HEX triplet: 81, 03 and 34. RGB value is (129,3,52). Sum of RGB (Red+Green+Blue) = 129+3+52=184 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.11% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 129 - color contains mainly: red. Hex color #810334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810334 is #7EFCCB. Grayscale: #2E2E2E. Windows color (decimal): -8322252 or 3408769. OLE color: 3408769.

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

Color convert

RGB129352-
CMYK00.980.600.49
HSL336.67º95.45%25.88%-
HSV(B)336.67º97.67%50.59%-
XYZ9.714.983.7-
YUV46.26131.24187.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 70.11%
GREEN value IS 3 (1.56% from 255) = 1.63%
BLUE value IS 52 (20.70% from 255) = 28.26%
R=70.11%
G=1.63%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12935200.980.600.49336.6795.4525.88
Hex813340623C311515f1a
Octal2013640142746152113732
Binary100000011111010001100010111100110001101010001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810334; }

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

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

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

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

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

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

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

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