Shades of Burgundy #940D3B
Tints of Burgundy #940D3B
RGB
CMYK
RGB Variations
Color information
#940D3B (or 0x940D3B) is known color: Burgundy. HEX triplet: 94, 0D and 3B. RGB value is (148,13,59). Sum of RGB (Red+Green+Blue) = 148+13+59=220 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.27% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 148 - color contains mainly: red. Hex color #940D3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940D3B is #6BF2C4. Grayscale: #3A3A3A. Windows color (decimal): -7074501 or 3870100. OLE color: 3870100.
HSL color Cylindrical-coordinate representation of color #940D3B: hue angle of 339.56º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940D3B is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 13 | 59 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.42 |
| HSL | 339.56º | 0.84% | 0.32% | - |
| HSV(B) | 339.56º | 0.91% | 0.58% | - |
| XYZ | 13.15 | 6.9 | 4.78 | - |
| YUV | 58.61 | 128.23 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 59 | 0 | 0.91 | 0.60 | 0.42 | 339.56 | 0.84 | 0.32 |
| Hex | 94 | D | 3B | 0 | 5B | 3C | 2A | 154 | 54 | 20 |
| Octal | 224 | 15 | 73 | 0 | 133 | 74 | 52 | 524 | 124 | 40 |
| Binary | 10010100 | 1101 | 111011 | 0 | 1011011 | 111100 | 101010 | 101010100 | 1010100 | 100000 |
Color Harmonies of #940D3B
Complementary color
Monochromatic Colors of #940D3B
Black with #940D3B
Text Example
Text Example
White with #940D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940D3B; }
p { color: rgb(148,13,59); }
H1.HeaderClassName
{
color: #940D3B;
}
.AnyTagClassName
{
color: #940D3B;
}
</style>
background-color css
<style>
a { background-color: #940D3B; }
a { background-color: rgb(148,13,59); }
div.DivClassName
{
background-color: #940D3B;
}
.BgClassName
{
background-color: #940D3B;
}
</style>
border-color css
<style>
span { border-color: #940D3B; }
span { border-color: rgb(148,13,59); }
td.TdClassName
{
border-color: #940D3B;
}
.TagClassName
{
border-color: #940D3B;
}
</style>