Shades of Burgundy #93093C
Tints of Burgundy #93093C
RGB
CMYK
RGB Variations
Color information
#93093C (or 0x93093C) is known color: Burgundy. HEX triplet: 93, 09 and 3C. RGB value is (147,9,60). Sum of RGB (Red+Green+Blue) = 147+9+60=216 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.06% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 147 - color contains mainly: red. Hex color #93093C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93093C is #6CF6C3. Grayscale: #383838. Windows color (decimal): -7141060 or 3934611. OLE color: 3934611.
HSL color Cylindrical-coordinate representation of color #93093C: hue angle of 337.83º 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 #93093C is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 9 | 60 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.42 |
| HSL | 337.83º | 0.88% | 0.31% | - |
| HSV(B) | 337.83º | 0.94% | 0.58% | - |
| XYZ | 12.95 | 6.72 | 4.89 | - |
| YUV | 56.08 | 130.22 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 9 | 60 | 0 | 0.94 | 0.59 | 0.42 | 337.83 | 0.88 | 0.31 |
| Hex | 93 | 9 | 3C | 0 | 5E | 3B | 2A | 152 | 58 | 1F |
| Octal | 223 | 11 | 74 | 0 | 136 | 73 | 52 | 522 | 130 | 37 |
| Binary | 10010011 | 1001 | 111100 | 0 | 1011110 | 111011 | 101010 | 101010010 | 1011000 | 11111 |
Color Harmonies of #93093C
Complementary color
Monochromatic Colors of #93093C
Black with #93093C
Text Example
Text Example
White with #93093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93093C; }
p { color: rgb(147,9,60); }
H1.HeaderClassName
{
color: #93093C;
}
.AnyTagClassName
{
color: #93093C;
}
</style>
background-color css
<style>
a { background-color: #93093C; }
a { background-color: rgb(147,9,60); }
div.DivClassName
{
background-color: #93093C;
}
.BgClassName
{
background-color: #93093C;
}
</style>
border-color css
<style>
span { border-color: #93093C; }
span { border-color: rgb(147,9,60); }
td.TdClassName
{
border-color: #93093C;
}
.TagClassName
{
border-color: #93093C;
}
</style>