Shades of Burgundy #93063B
Tints of Burgundy #93063B
RGB
CMYK
RGB Variations
Color information
#93063B (or 0x93063B) is known color: Burgundy. HEX triplet: 93, 06 and 3B. RGB value is (147,6,59). Sum of RGB (Red+Green+Blue) = 147+6+59=212 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.34% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 147 - color contains mainly: red. Hex color #93063B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93063B is #6CF9C4. Grayscale: #363636. Windows color (decimal): -7141829 or 3868307. OLE color: 3868307.
HSL color Cylindrical-coordinate representation of color #93063B: hue angle of 337.45º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93063B is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 6 | 59 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.42 |
| HSL | 337.45º | 0.92% | 0.3% | - |
| HSV(B) | 337.45º | 0.96% | 0.58% | - |
| XYZ | 12.89 | 6.65 | 4.74 | - |
| YUV | 54.2 | 130.71 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 6 | 59 | 0 | 0.96 | 0.60 | 0.42 | 337.45 | 0.92 | 0.3 |
| Hex | 93 | 6 | 3B | 0 | 60 | 3C | 2A | 151 | 5C | 1E |
| Octal | 223 | 6 | 73 | 0 | 140 | 74 | 52 | 521 | 134 | 36 |
| Binary | 10010011 | 110 | 111011 | 0 | 1100000 | 111100 | 101010 | 101010001 | 1011100 | 11110 |
Color Harmonies of #93063B
Complementary color
Monochromatic Colors of #93063B
Black with #93063B
Text Example
Text Example
White with #93063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93063B; }
p { color: rgb(147,6,59); }
H1.HeaderClassName
{
color: #93063B;
}
.AnyTagClassName
{
color: #93063B;
}
</style>
background-color css
<style>
a { background-color: #93063B; }
a { background-color: rgb(147,6,59); }
div.DivClassName
{
background-color: #93063B;
}
.BgClassName
{
background-color: #93063B;
}
</style>
border-color css
<style>
span { border-color: #93063B; }
span { border-color: rgb(147,6,59); }
td.TdClassName
{
border-color: #93063B;
}
.TagClassName
{
border-color: #93063B;
}
</style>