#930539

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

Shades of Burgundy #930539

Tints of Burgundy #930539

Color information

#930539 (or 0x930539) is unknown color: approx Burgundy. HEX triplet: 93, 05 and 39. RGB value is (147,5,57). Sum of RGB (Red+Green+Blue) = 147+5+57=209 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70.33% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 57 (22.66% from 255 or 27.27% from 209); Max value from RGB is 147 - color contains mainly: red. Hex color #930539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930539 is #6CFAC6. Grayscale: #353535. Windows color (decimal): -7142087 or 3736979. OLE color: 3736979.

HSL color Cylindrical-coordinate representation of color #930539: hue angle of 338.03º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #930539 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB147557-
CMYK00.970.610.42
HSL338.03º93.42%29.8%-
HSV(B)338.03º96.6%57.65%-
XYZ12.836.614.47-
YUV53.39130.04194.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 70.33%
GREEN value IS 5 (2.34% from 255) = 2.39%
BLUE value IS 57 (22.66% from 255) = 27.27%
R=70.33%
G=2.39%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14755700.970.610.42338.0393.4229.8
Hex935390613D2A1525d1e
Octal2235710141755252213536
Binary1001001110111100101100001111101101010101010010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930539; }

 p { color: rgb(147,5,57); }

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

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

 a { background-color: rgb(147,5,57); }

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

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

 span { border-color: rgb(147,5,57); }

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