Shades of Burgundy #930039
Tints of Burgundy #930039
RGB
CMYK
RGB Variations
Color information
#930039 (or 0x930039) is known color: Burgundy. HEX triplet: 93, 00 and 39. RGB value is (147,0,57). Sum of RGB (Red+Green+Blue) = 147+0+57=204 (27% of max value = 765). Red value is 147 (57.81% from 255 or 72.06% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 57 (22.66% from 255 or 27.94% from 204); Max value from RGB is 147 - color contains mainly: red. Hex color #930039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930039 is #6CFFC6. Grayscale: #323232. Windows color (decimal): -7143367 or 3735699. OLE color: 3735699.
HSL color Cylindrical-coordinate representation of color #930039: hue angle of 336.73º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #930039 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.61 | 0.42 |
| HSL | 336.73º | 1% | 0.29% | - |
| HSV(B) | 336.73º | 1% | 0.58% | - |
| XYZ | 12.77 | 6.5 | 4.45 | - |
| YUV | 50.45 | 131.7 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 57 | 0 | 1 | 0.61 | 0.42 | 336.73 | 1 | 0.29 |
| Hex | 93 | 0 | 39 | 0 | 64 | 3D | 2A | 151 | 64 | 1D |
| Octal | 223 | 0 | 71 | 0 | 144 | 75 | 52 | 521 | 144 | 35 |
| Binary | 10010011 | 0 | 111001 | 0 | 1100100 | 111101 | 101010 | 101010001 | 1100100 | 11101 |
Color Harmonies of #930039
Complementary color
Monochromatic Colors of #930039
Black with #930039
Text Example
Text Example
White with #930039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930039; }
p { color: rgb(147,0,57); }
H1.HeaderClassName
{
color: #930039;
}
.AnyTagClassName
{
color: #930039;
}
</style>
background-color css
<style>
a { background-color: #930039; }
a { background-color: rgb(147,0,57); }
div.DivClassName
{
background-color: #930039;
}
.BgClassName
{
background-color: #930039;
}
</style>
border-color css
<style>
span { border-color: #930039; }
span { border-color: rgb(147,0,57); }
td.TdClassName
{
border-color: #930039;
}
.TagClassName
{
border-color: #930039;
}
</style>