#930932

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

Shades of Burgundy #930932

Tints of Burgundy #930932

Color information

#930932 (or 0x930932) is unknown color: approx Burgundy. HEX triplet: 93, 09 and 32. RGB value is (147,9,50). Sum of RGB (Red+Green+Blue) = 147+9+50=206 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.36% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 147 - color contains mainly: red. Hex color #930932 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930932 is #6CF6CD. Grayscale: #363636. Windows color (decimal): -7141070 or 3279251. OLE color: 3279251.

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

Color convert

RGB147950-
CMYK00.940.660.42
HSL342.17º88.46%30.59%-
HSV(B)342.17º93.88%57.65%-
XYZ12.716.633.63-
YUV54.94125.22193.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 71.36%
GREEN value IS 9 (3.91% from 255) = 4.37%
BLUE value IS 50 (19.92% from 255) = 24.27%
R=71.36%
G=4.37%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14795000.940.660.42342.1788.4630.59
Hex9393205E422A156581f
Octal223116201361025252613037
Binary100100111001110010010111101000010101010101010110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930932; }

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

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

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

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

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

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

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

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