#930936

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

Shades of Burgundy #930936

Tints of Burgundy #930936

Color information

#930936 (or 0x930936) is unknown color: approx Burgundy. HEX triplet: 93, 09 and 36. RGB value is (147,9,54). Sum of RGB (Red+Green+Blue) = 147+9+54=210 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 54 (21.48% from 255 or 25.71% from 210); Max value from RGB is 147 - color contains mainly: red. Hex color #930936 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930936 is #6CF6C9. Grayscale: #373737. Windows color (decimal): -7141066 or 3541395. OLE color: 3541395.

HSL color Cylindrical-coordinate representation of color #930936: hue angle of 340.43º 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 #930936 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB147954-
CMYK00.940.630.42
HSL340.43º88.46%30.59%-
HSV(B)340.43º93.88%57.65%-
XYZ12.86.664.1-
YUV55.39127.22193.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 70%
GREEN value IS 9 (3.91% from 255) = 4.29%
BLUE value IS 54 (21.48% from 255) = 25.71%
R=70%
G=4.29%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14795400.940.630.42340.4388.4630.59
Hex9393605E3F2A154581f
Octal22311660136775252413037
Binary10010011100111011001011110111111101010101010100101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930936; }

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

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

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

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

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

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

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

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