Shades of Burgundy #94053B
Tints of Burgundy #94053B
RGB
CMYK
RGB Variations
Color information
#94053B (or 0x94053B) is known color: Burgundy. HEX triplet: 94, 05 and 3B. RGB value is (148,5,59). Sum of RGB (Red+Green+Blue) = 148+5+59=212 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.81% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 148 - color contains mainly: red. Hex color #94053B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94053B is #6BFAC4. Grayscale: #353535. Windows color (decimal): -7076549 or 3868052. OLE color: 3868052.
HSL color Cylindrical-coordinate representation of color #94053B: hue angle of 337.34º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #94053B is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 5 | 59 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.42 |
| HSL | 337.34º | 0.93% | 0.3% | - |
| HSV(B) | 337.34º | 0.97% | 0.58% | - |
| XYZ | 13.06 | 6.72 | 4.75 | - |
| YUV | 53.91 | 130.88 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 5 | 59 | 0 | 0.97 | 0.60 | 0.42 | 337.34 | 0.93 | 0.3 |
| Hex | 94 | 5 | 3B | 0 | 61 | 3C | 2A | 151 | 5D | 1E |
| Octal | 224 | 5 | 73 | 0 | 141 | 74 | 52 | 521 | 135 | 36 |
| Binary | 10010100 | 101 | 111011 | 0 | 1100001 | 111100 | 101010 | 101010001 | 1011101 | 11110 |
Color Harmonies of #94053B
Complementary color
Monochromatic Colors of #94053B
Black with #94053B
Text Example
Text Example
White with #94053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94053B; }
p { color: rgb(148,5,59); }
H1.HeaderClassName
{
color: #94053B;
}
.AnyTagClassName
{
color: #94053B;
}
</style>
background-color css
<style>
a { background-color: #94053B; }
a { background-color: rgb(148,5,59); }
div.DivClassName
{
background-color: #94053B;
}
.BgClassName
{
background-color: #94053B;
}
</style>
border-color css
<style>
span { border-color: #94053B; }
span { border-color: rgb(148,5,59); }
td.TdClassName
{
border-color: #94053B;
}
.TagClassName
{
border-color: #94053B;
}
</style>