#810528

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

Shades of Burgundy #810528

Tints of Burgundy #810528

Color information

#810528 (or 0x810528) is unknown color: approx Burgundy. HEX triplet: 81, 05 and 28. RGB value is (129,5,40). Sum of RGB (Red+Green+Blue) = 129+5+40=174 (23% of max value = 765). Red value is 129 (50.78% from 255 or 74.14% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 129 - color contains mainly: red. Hex color #810528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810528 is #7EFAD7. Grayscale: #2E2E2E. Windows color (decimal): -8321752 or 2622849. OLE color: 2622849.

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

Color convert

RGB129540-
CMYK00.960.690.49
HSL343.06º92.54%26.27%-
HSV(B)343.06º96.12%50.59%-
XYZ9.494.932.46-
YUV46.07124.58187.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 74.14%
GREEN value IS 5 (2.34% from 255) = 2.87%
BLUE value IS 40 (16.02% from 255) = 22.99%
R=74.14%
G=2.87%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12954000.960.690.49343.0692.5426.27
Hex8152806045311575d1a
Octal20155001401056152713532
Binary10000001101101000011000001000101110001101010111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810528; }

 p { color: rgb(129,5,40); }

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

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

 a { background-color: rgb(129,5,40); }

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

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

 span { border-color: rgb(129,5,40); }

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