Shades of Burgundy #930139
Tints of Burgundy #930139
RGB
CMYK
RGB Variations
Color information
#930139 (or 0x930139) is known color: Burgundy. HEX triplet: 93, 01 and 39. RGB value is (147,1,57). Sum of RGB (Red+Green+Blue) = 147+1+57=205 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.71% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 147 - color contains mainly: red. Hex color #930139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930139 is #6CFEC6. Grayscale: #323232. Windows color (decimal): -7143111 or 3735955. OLE color: 3735955.
HSL color Cylindrical-coordinate representation of color #930139: hue angle of 336.99º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #930139 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 1 | 57 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.42 |
| HSL | 336.99º | 0.99% | 0.29% | - |
| HSV(B) | 336.99º | 0.99% | 0.58% | - |
| XYZ | 12.78 | 6.52 | 4.46 | - |
| YUV | 51.04 | 131.37 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 1 | 57 | 0 | 0.99 | 0.61 | 0.42 | 336.99 | 0.99 | 0.29 |
| Hex | 93 | 1 | 39 | 0 | 63 | 3D | 2A | 151 | 63 | 1D |
| Octal | 223 | 1 | 71 | 0 | 143 | 75 | 52 | 521 | 143 | 35 |
| Binary | 10010011 | 1 | 111001 | 0 | 1100011 | 111101 | 101010 | 101010001 | 1100011 | 11101 |
Color Harmonies of #930139
Complementary color
Monochromatic Colors of #930139
Black with #930139
Text Example
Text Example
White with #930139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930139; }
p { color: rgb(147,1,57); }
H1.HeaderClassName
{
color: #930139;
}
.AnyTagClassName
{
color: #930139;
}
</style>
background-color css
<style>
a { background-color: #930139; }
a { background-color: rgb(147,1,57); }
div.DivClassName
{
background-color: #930139;
}
.BgClassName
{
background-color: #930139;
}
</style>
border-color css
<style>
span { border-color: #930139; }
span { border-color: rgb(147,1,57); }
td.TdClassName
{
border-color: #930139;
}
.TagClassName
{
border-color: #930139;
}
</style>