Shades of Burgundy #94043D
Tints of Burgundy #94043D
RGB
CMYK
RGB Variations
Color information
#94043D (or 0x94043D) is known color: Burgundy. HEX triplet: 94, 04 and 3D. RGB value is (148,4,61). Sum of RGB (Red+Green+Blue) = 148+4+61=213 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.48% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 148 - color contains mainly: red. Hex color #94043D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94043D is #6BFBC2. Grayscale: #353535. Windows color (decimal): -7076803 or 3998868. OLE color: 3998868.
HSL color Cylindrical-coordinate representation of color #94043D: hue angle of 336.25º degrees, saturation: 0.95, 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 #94043D is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 4 | 61 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.42 |
| HSL | 336.25º | 0.95% | 0.3% | - |
| HSV(B) | 336.25º | 0.97% | 0.58% | - |
| XYZ | 13.1 | 6.72 | 5.02 | - |
| YUV | 53.55 | 132.21 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 4 | 61 | 0 | 0.97 | 0.59 | 0.42 | 336.25 | 0.95 | 0.3 |
| Hex | 94 | 4 | 3D | 0 | 61 | 3B | 2A | 150 | 5F | 1E |
| Octal | 224 | 4 | 75 | 0 | 141 | 73 | 52 | 520 | 137 | 36 |
| Binary | 10010100 | 100 | 111101 | 0 | 1100001 | 111011 | 101010 | 101010000 | 1011111 | 11110 |
Color Harmonies of #94043D
Complementary color
Monochromatic Colors of #94043D
Black with #94043D
Text Example
Text Example
White with #94043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94043D; }
p { color: rgb(148,4,61); }
H1.HeaderClassName
{
color: #94043D;
}
.AnyTagClassName
{
color: #94043D;
}
</style>
background-color css
<style>
a { background-color: #94043D; }
a { background-color: rgb(148,4,61); }
div.DivClassName
{
background-color: #94043D;
}
.BgClassName
{
background-color: #94043D;
}
</style>
border-color css
<style>
span { border-color: #94043D; }
span { border-color: rgb(148,4,61); }
td.TdClassName
{
border-color: #94043D;
}
.TagClassName
{
border-color: #94043D;
}
</style>