Shades of Burgundy #94013B
Tints of Burgundy #94013B
RGB
CMYK
RGB Variations
Color information
#94013B (or 0x94013B) is known color: Burgundy. HEX triplet: 94, 01 and 3B. RGB value is (148,1,59). Sum of RGB (Red+Green+Blue) = 148+1+59=208 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.15% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 148 - color contains mainly: red. Hex color #94013B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94013B is #6BFEC4. Grayscale: #333333. Windows color (decimal): -7077573 or 3867028. OLE color: 3867028.
HSL color Cylindrical-coordinate representation of color #94013B: hue angle of 336.33º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94013B is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.42 |
| HSL | 336.33º | 0.99% | 0.29% | - |
| HSV(B) | 336.33º | 0.99% | 0.58% | - |
| XYZ | 13.01 | 6.63 | 4.73 | - |
| YUV | 51.57 | 132.2 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 59 | 0 | 0.99 | 0.60 | 0.42 | 336.33 | 0.99 | 0.29 |
| Hex | 94 | 1 | 3B | 0 | 63 | 3C | 2A | 150 | 63 | 1D |
| Octal | 224 | 1 | 73 | 0 | 143 | 74 | 52 | 520 | 143 | 35 |
| Binary | 10010100 | 1 | 111011 | 0 | 1100011 | 111100 | 101010 | 101010000 | 1100011 | 11101 |
Color Harmonies of #94013B
Complementary color
Monochromatic Colors of #94013B
Black with #94013B
Text Example
Text Example
White with #94013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94013B; }
p { color: rgb(148,1,59); }
H1.HeaderClassName
{
color: #94013B;
}
.AnyTagClassName
{
color: #94013B;
}
</style>
background-color css
<style>
a { background-color: #94013B; }
a { background-color: rgb(148,1,59); }
div.DivClassName
{
background-color: #94013B;
}
.BgClassName
{
background-color: #94013B;
}
</style>
border-color css
<style>
span { border-color: #94013B; }
span { border-color: rgb(148,1,59); }
td.TdClassName
{
border-color: #94013B;
}
.TagClassName
{
border-color: #94013B;
}
</style>