Shades of Burgundy #940239
Tints of Burgundy #940239
RGB
CMYK
RGB Variations
Color information
#940239 (or 0x940239) is known color: Burgundy. HEX triplet: 94, 02 and 39. RGB value is (148,2,57). Sum of RGB (Red+Green+Blue) = 148+2+57=207 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.50% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 57 (22.66% from 255 or 27.54% from 207); Max value from RGB is 148 - color contains mainly: red. Hex color #940239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940239 is #6BFDC6. Grayscale: #333333. Windows color (decimal): -7077319 or 3736212. OLE color: 3736212.
HSL color Cylindrical-coordinate representation of color #940239: hue angle of 337.4º degrees, saturation: 0.97, 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 #940239 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 2 | 57 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.42 |
| HSL | 337.4º | 0.97% | 0.29% | - |
| HSV(B) | 337.4º | 0.99% | 0.58% | - |
| XYZ | 12.97 | 6.63 | 4.47 | - |
| YUV | 51.92 | 130.87 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 57 | 0 | 0.99 | 0.61 | 0.42 | 337.4 | 0.97 | 0.29 |
| Hex | 94 | 2 | 39 | 0 | 63 | 3D | 2A | 151 | 61 | 1D |
| Octal | 224 | 2 | 71 | 0 | 143 | 75 | 52 | 521 | 141 | 35 |
| Binary | 10010100 | 10 | 111001 | 0 | 1100011 | 111101 | 101010 | 101010001 | 1100001 | 11101 |
Color Harmonies of #940239
Complementary color
Monochromatic Colors of #940239
Black with #940239
Text Example
Text Example
White with #940239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940239; }
p { color: rgb(148,2,57); }
H1.HeaderClassName
{
color: #940239;
}
.AnyTagClassName
{
color: #940239;
}
</style>
background-color css
<style>
a { background-color: #940239; }
a { background-color: rgb(148,2,57); }
div.DivClassName
{
background-color: #940239;
}
.BgClassName
{
background-color: #940239;
}
</style>
border-color css
<style>
span { border-color: #940239; }
span { border-color: rgb(148,2,57); }
td.TdClassName
{
border-color: #940239;
}
.TagClassName
{
border-color: #940239;
}
</style>