Shades of Burgundy #94033B
Tints of Burgundy #94033B
RGB
CMYK
RGB Variations
Color information
#94033B (or 0x94033B) is known color: Burgundy. HEX triplet: 94, 03 and 3B. RGB value is (148,3,59). Sum of RGB (Red+Green+Blue) = 148+3+59=210 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.48% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 148 - color contains mainly: red. Hex color #94033B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94033B is #6BFCC4. Grayscale: #343434. Windows color (decimal): -7077061 or 3867540. OLE color: 3867540.
HSL color Cylindrical-coordinate representation of color #94033B: hue angle of 336.83º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #94033B is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 3 | 59 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.42 |
| HSL | 336.83º | 0.96% | 0.3% | - |
| HSV(B) | 336.83º | 0.98% | 0.58% | - |
| XYZ | 13.03 | 6.68 | 4.74 | - |
| YUV | 52.74 | 131.54 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 3 | 59 | 0 | 0.98 | 0.60 | 0.42 | 336.83 | 0.96 | 0.3 |
| Hex | 94 | 3 | 3B | 0 | 62 | 3C | 2A | 151 | 60 | 1E |
| Octal | 224 | 3 | 73 | 0 | 142 | 74 | 52 | 521 | 140 | 36 |
| Binary | 10010100 | 11 | 111011 | 0 | 1100010 | 111100 | 101010 | 101010001 | 1100000 | 11110 |
Color Harmonies of #94033B
Complementary color
Monochromatic Colors of #94033B
Black with #94033B
Text Example
Text Example
White with #94033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94033B; }
p { color: rgb(148,3,59); }
H1.HeaderClassName
{
color: #94033B;
}
.AnyTagClassName
{
color: #94033B;
}
</style>
background-color css
<style>
a { background-color: #94033B; }
a { background-color: rgb(148,3,59); }
div.DivClassName
{
background-color: #94033B;
}
.BgClassName
{
background-color: #94033B;
}
</style>
border-color css
<style>
span { border-color: #94033B; }
span { border-color: rgb(148,3,59); }
td.TdClassName
{
border-color: #94033B;
}
.TagClassName
{
border-color: #94033B;
}
</style>