Shades of Burgundy #930F33
Tints of Burgundy #930F33
RGB
CMYK
RGB Variations
Color information
#930F33 (or 0x930F33) is known color: Burgundy. HEX triplet: 93, 0F and 33. RGB value is (147,15,51). Sum of RGB (Red+Green+Blue) = 147+15+51=213 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.01% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 147 - color contains mainly: red. Hex color #930F33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930F33 is #6CF0CC. Grayscale: #3A3A3A. Windows color (decimal): -7139533 or 3346323. OLE color: 3346323.
HSL color Cylindrical-coordinate representation of color #930F33: hue angle of 343.64º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #930F33 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 15 | 51 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.42 |
| HSL | 343.64º | 0.81% | 0.32% | - |
| HSV(B) | 343.64º | 0.9% | 0.58% | - |
| XYZ | 12.8 | 6.78 | 3.77 | - |
| YUV | 58.57 | 123.73 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 15 | 51 | 0 | 0.90 | 0.65 | 0.42 | 343.64 | 0.81 | 0.32 |
| Hex | 93 | F | 33 | 0 | 5A | 41 | 2A | 158 | 51 | 20 |
| Octal | 223 | 17 | 63 | 0 | 132 | 101 | 52 | 530 | 121 | 40 |
| Binary | 10010011 | 1111 | 110011 | 0 | 1011010 | 1000001 | 101010 | 101011000 | 1010001 | 100000 |
Color Harmonies of #930F33
Complementary color
Monochromatic Colors of #930F33
Black with #930F33
Text Example
Text Example
White with #930F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930F33; }
p { color: rgb(147,15,51); }
H1.HeaderClassName
{
color: #930F33;
}
.AnyTagClassName
{
color: #930F33;
}
</style>
background-color css
<style>
a { background-color: #930F33; }
a { background-color: rgb(147,15,51); }
div.DivClassName
{
background-color: #930F33;
}
.BgClassName
{
background-color: #930F33;
}
</style>
border-color css
<style>
span { border-color: #930F33; }
span { border-color: rgb(147,15,51); }
td.TdClassName
{
border-color: #930F33;
}
.TagClassName
{
border-color: #930F33;
}
</style>