#810227

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

Shades of Burgundy #810227

Tints of Burgundy #810227

Color information

#810227 (or 0x810227) is unknown color: approx Burgundy. HEX triplet: 81, 02 and 27. RGB value is (129,2,39). Sum of RGB (Red+Green+Blue) = 129+2+39=170 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75.88% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 39 (15.62% from 255 or 22.94% from 170); Max value from RGB is 129 - color contains mainly: red. Hex color #810227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810227 is #7EFDD8. Grayscale: #2C2C2C. Windows color (decimal): -8322521 or 2556545. OLE color: 2556545.

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

Color convert

RGB129239-
CMYK00.980.700.49
HSL342.52º96.95%25.69%-
HSV(B)342.52º98.45%50.59%-
XYZ9.444.862.36-
YUV44.19125.08188.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 75.88%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 39 (15.62% from 255) = 22.94%
R=75.88%
G=1.18%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12923900.980.700.49342.5296.9525.69
Hex812270624631157611a
Octal20124701421066152714132
Binary1000000110100111011000101000110110001101010111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810227; }

 p { color: rgb(129,2,39); }

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

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

 a { background-color: rgb(129,2,39); }

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

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

 span { border-color: rgb(129,2,39); }

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