Shades of Burgundy #93003C
Tints of Burgundy #93003C
RGB
CMYK
RGB Variations
Color information
#93003C (or 0x93003C) is known color: Burgundy. HEX triplet: 93, 00 and 3C. RGB value is (147,0,60). Sum of RGB (Red+Green+Blue) = 147+0+60=207 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.01% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 147 - color contains mainly: red. Hex color #93003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93003C is #6CFFC3. Grayscale: #323232. Windows color (decimal): -7143364 or 3932307. OLE color: 3932307.
HSL color Cylindrical-coordinate representation of color #93003C: hue angle of 335.51º 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 #93003C is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.59 | 0.42 |
| HSL | 335.51º | 1% | 0.29% | - |
| HSV(B) | 335.51º | 1% | 0.58% | - |
| XYZ | 12.85 | 6.53 | 4.86 | - |
| YUV | 50.79 | 133.2 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 60 | 0 | 1 | 0.59 | 0.42 | 335.51 | 1 | 0.29 |
| Hex | 93 | 0 | 3C | 0 | 64 | 3B | 2A | 150 | 64 | 1D |
| Octal | 223 | 0 | 74 | 0 | 144 | 73 | 52 | 520 | 144 | 35 |
| Binary | 10010011 | 0 | 111100 | 0 | 1100100 | 111011 | 101010 | 101010000 | 1100100 | 11101 |
Color Harmonies of #93003C
Complementary color
Monochromatic Colors of #93003C
Black with #93003C
Text Example
Text Example
White with #93003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93003C; }
p { color: rgb(147,0,60); }
H1.HeaderClassName
{
color: #93003C;
}
.AnyTagClassName
{
color: #93003C;
}
</style>
background-color css
<style>
a { background-color: #93003C; }
a { background-color: rgb(147,0,60); }
div.DivClassName
{
background-color: #93003C;
}
.BgClassName
{
background-color: #93003C;
}
</style>
border-color css
<style>
span { border-color: #93003C; }
span { border-color: rgb(147,0,60); }
td.TdClassName
{
border-color: #93003C;
}
.TagClassName
{
border-color: #93003C;
}
</style>