Shades of Burgundy #940337
Tints of Burgundy #940337
RGB
CMYK
RGB Variations
Color information
#940337 (or 0x940337) is known color: Burgundy. HEX triplet: 94, 03 and 37. RGB value is (148,3,55). Sum of RGB (Red+Green+Blue) = 148+3+55=206 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.84% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 148 - color contains mainly: red. Hex color #940337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940337 is #6BFCC8. Grayscale: #343434. Windows color (decimal): -7077065 or 3605396. OLE color: 3605396.
HSL color Cylindrical-coordinate representation of color #940337: hue angle of 338.48º 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 #940337 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 3 | 55 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.42 |
| HSL | 338.48º | 0.96% | 0.3% | - |
| HSV(B) | 338.48º | 0.98% | 0.58% | - |
| XYZ | 12.93 | 6.64 | 4.21 | - |
| YUV | 52.28 | 129.54 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 3 | 55 | 0 | 0.98 | 0.63 | 0.42 | 338.48 | 0.96 | 0.3 |
| Hex | 94 | 3 | 37 | 0 | 62 | 3F | 2A | 152 | 60 | 1E |
| Octal | 224 | 3 | 67 | 0 | 142 | 77 | 52 | 522 | 140 | 36 |
| Binary | 10010100 | 11 | 110111 | 0 | 1100010 | 111111 | 101010 | 101010010 | 1100000 | 11110 |
Color Harmonies of #940337
Complementary color
Monochromatic Colors of #940337
Black with #940337
Text Example
Text Example
White with #940337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940337; }
p { color: rgb(148,3,55); }
H1.HeaderClassName
{
color: #940337;
}
.AnyTagClassName
{
color: #940337;
}
</style>
background-color css
<style>
a { background-color: #940337; }
a { background-color: rgb(148,3,55); }
div.DivClassName
{
background-color: #940337;
}
.BgClassName
{
background-color: #940337;
}
</style>
border-color css
<style>
span { border-color: #940337; }
span { border-color: rgb(148,3,55); }
td.TdClassName
{
border-color: #940337;
}
.TagClassName
{
border-color: #940337;
}
</style>