Shades of Burgundy #94033D
Tints of Burgundy #94033D
RGB
CMYK
RGB Variations
Color information
#94033D (or 0x94033D) is known color: Burgundy. HEX triplet: 94, 03 and 3D. RGB value is (148,3,61). Sum of RGB (Red+Green+Blue) = 148+3+61=212 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.81% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 148 - color contains mainly: red. Hex color #94033D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94033D is #6BFCC2. Grayscale: #343434. Windows color (decimal): -7077059 or 3998612. OLE color: 3998612.
HSL color Cylindrical-coordinate representation of color #94033D: hue angle of 336º 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 #94033D is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 3 | 61 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.42 |
| HSL | 336º | 0.96% | 0.3% | - |
| HSV(B) | 336º | 0.98% | 0.58% | - |
| XYZ | 13.09 | 6.7 | 5.02 | - |
| YUV | 52.97 | 132.54 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 3 | 61 | 0 | 0.98 | 0.59 | 0.42 | 336 | 0.96 | 0.3 |
| Hex | 94 | 3 | 3D | 0 | 62 | 3B | 2A | 150 | 60 | 1E |
| Octal | 224 | 3 | 75 | 0 | 142 | 73 | 52 | 520 | 140 | 36 |
| Binary | 10010100 | 11 | 111101 | 0 | 1100010 | 111011 | 101010 | 101010000 | 1100000 | 11110 |
Color Harmonies of #94033D
Complementary color
Monochromatic Colors of #94033D
Black with #94033D
Text Example
Text Example
White with #94033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94033D; }
p { color: rgb(148,3,61); }
H1.HeaderClassName
{
color: #94033D;
}
.AnyTagClassName
{
color: #94033D;
}
</style>
background-color css
<style>
a { background-color: #94033D; }
a { background-color: rgb(148,3,61); }
div.DivClassName
{
background-color: #94033D;
}
.BgClassName
{
background-color: #94033D;
}
</style>
border-color css
<style>
span { border-color: #94033D; }
span { border-color: rgb(148,3,61); }
td.TdClassName
{
border-color: #94033D;
}
.TagClassName
{
border-color: #94033D;
}
</style>