#810924

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

Shades of Burgundy #810924

Tints of Burgundy #810924

Color information

#810924 (or 0x810924) is unknown color: approx Burgundy. HEX triplet: 81, 09 and 24. RGB value is (129,9,36). Sum of RGB (Red+Green+Blue) = 129+9+36=174 (23% of max value = 765). Red value is 129 (50.78% from 255 or 74.14% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 129 - color contains mainly: red. Hex color #810924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810924 is #7EF6DB. Grayscale: #2F2F2F. Windows color (decimal): -8320732 or 2361729. OLE color: 2361729.

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

Color convert

RGB129936-
CMYK00.930.720.49
HSL346.5º86.96%27.06%-
HSV(B)346.5º93.02%50.59%-
XYZ9.474.992.13-
YUV47.96121.26185.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 74.14%
GREEN value IS 9 (3.91% from 255) = 5.17%
BLUE value IS 36 (14.45% from 255) = 20.69%
R=74.14%
G=5.17%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12993600.930.720.49346.586.9627.06
Hex8192405D483115a571b
Octal201114401351106153212733
Binary100000011001100100010111011001000110001101011010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810924; }

 p { color: rgb(129,9,36); }

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

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

 a { background-color: rgb(129,9,36); }

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

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

 span { border-color: rgb(129,9,36); }

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