#810434

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

Shades of Burgundy #810434

Tints of Burgundy #810434

Color information

#810434 (or 0x810434) is unknown color: approx Burgundy. HEX triplet: 81, 04 and 34. RGB value is (129,4,52). Sum of RGB (Red+Green+Blue) = 129+4+52=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #810434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810434 is #7EFBCB. Grayscale: #2E2E2E. Windows color (decimal): -8321996 or 3409025. OLE color: 3409025.

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

Color convert

RGB129452-
CMYK00.970.600.49
HSL336.96º93.98%26.08%-
HSV(B)336.96º96.9%50.59%-
XYZ9.7253.7-
YUV46.85130.91186.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 69.73%
GREEN value IS 4 (1.95% from 255) = 2.16%
BLUE value IS 52 (20.70% from 255) = 28.11%
R=69.73%
G=2.16%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12945200.970.600.49336.9693.9826.08
Hex814340613C311515e1a
Octal2014640141746152113632
Binary1000000110011010001100001111100110001101010001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810434; }

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

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

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

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

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

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

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

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