Shades of Burgundy #940433
Tints of Burgundy #940433
RGB
CMYK
RGB Variations
Color information
#940433 (or 0x940433) is known color: Burgundy. HEX triplet: 94, 04 and 33. RGB value is (148,4,51). Sum of RGB (Red+Green+Blue) = 148+4+51=203 (26% of max value = 765). Red value is 148 (58.20% from 255 or 72.91% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 148 - color contains mainly: red. Hex color #940433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940433 is #6BFBCC. Grayscale: #343434. Windows color (decimal): -7076813 or 3343508. OLE color: 3343508.
HSL color Cylindrical-coordinate representation of color #940433: hue angle of 340.42º 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 #940433 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 4 | 51 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.42 |
| HSL | 340.42º | 0.95% | 0.3% | - |
| HSV(B) | 340.42º | 0.97% | 0.58% | - |
| XYZ | 12.85 | 6.62 | 3.73 | - |
| YUV | 52.41 | 127.21 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 4 | 51 | 0 | 0.97 | 0.66 | 0.42 | 340.42 | 0.95 | 0.3 |
| Hex | 94 | 4 | 33 | 0 | 61 | 42 | 2A | 154 | 5F | 1E |
| Octal | 224 | 4 | 63 | 0 | 141 | 102 | 52 | 524 | 137 | 36 |
| Binary | 10010100 | 100 | 110011 | 0 | 1100001 | 1000010 | 101010 | 101010100 | 1011111 | 11110 |
Color Harmonies of #940433
Complementary color
Monochromatic Colors of #940433
Black with #940433
Text Example
Text Example
White with #940433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940433; }
p { color: rgb(148,4,51); }
H1.HeaderClassName
{
color: #940433;
}
.AnyTagClassName
{
color: #940433;
}
</style>
background-color css
<style>
a { background-color: #940433; }
a { background-color: rgb(148,4,51); }
div.DivClassName
{
background-color: #940433;
}
.BgClassName
{
background-color: #940433;
}
</style>
border-color css
<style>
span { border-color: #940433; }
span { border-color: rgb(148,4,51); }
td.TdClassName
{
border-color: #940433;
}
.TagClassName
{
border-color: #940433;
}
</style>