#910932

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

Shades of Burgundy #910932

Tints of Burgundy #910932

Color information

#910932 (or 0x910932) is unknown color: approx Burgundy. HEX triplet: 91, 09 and 32. RGB value is (145,9,50). Sum of RGB (Red+Green+Blue) = 145+9+50=204 (27% of max value = 765). Red value is 145 (57.03% from 255 or 71.08% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 145 - color contains mainly: red. Hex color #910932 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910932 is #6EF6CD. Grayscale: #363636. Windows color (decimal): -7272142 or 3279249. OLE color: 3279249.

HSL color Cylindrical-coordinate representation of color #910932: hue angle of 341.91º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910932 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB145950-
CMYK00.940.660.43
HSL341.91º88.31%30.2%-
HSV(B)341.91º93.79%56.86%-
XYZ12.356.453.61-
YUV54.34125.56192.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 71.08%
GREEN value IS 9 (3.91% from 255) = 4.41%
BLUE value IS 50 (19.92% from 255) = 24.51%
R=71.08%
G=4.41%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14595000.940.660.43341.9188.3130.2
Hex9193205E422B156581e
Octal221116201361025352613036
Binary100100011001110010010111101000010101011101010110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910932; }

 p { color: rgb(145,9,50); }

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

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

 a { background-color: rgb(145,9,50); }

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

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

 span { border-color: rgb(145,9,50); }

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