Shades of Burgundy #940333
Tints of Burgundy #940333
RGB
CMYK
RGB Variations
Color information
#940333 (or 0x940333) is known color: Burgundy. HEX triplet: 94, 03 and 33. RGB value is (148,3,51). Sum of RGB (Red+Green+Blue) = 148+3+51=202 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.27% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 148 - color contains mainly: red. Hex color #940333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940333 is #6BFCCC. Grayscale: #333333. Windows color (decimal): -7077069 or 3343252. OLE color: 3343252.
HSL color Cylindrical-coordinate representation of color #940333: hue angle of 340.14º 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 #940333 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 3 | 51 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.42 |
| HSL | 340.14º | 0.96% | 0.3% | - |
| HSV(B) | 340.14º | 0.98% | 0.58% | - |
| XYZ | 12.84 | 6.6 | 3.73 | - |
| YUV | 51.83 | 127.54 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 3 | 51 | 0 | 0.98 | 0.66 | 0.42 | 340.14 | 0.96 | 0.3 |
| Hex | 94 | 3 | 33 | 0 | 62 | 42 | 2A | 154 | 60 | 1E |
| Octal | 224 | 3 | 63 | 0 | 142 | 102 | 52 | 524 | 140 | 36 |
| Binary | 10010100 | 11 | 110011 | 0 | 1100010 | 1000010 | 101010 | 101010100 | 1100000 | 11110 |
Color Harmonies of #940333
Complementary color
Monochromatic Colors of #940333
Black with #940333
Text Example
Text Example
White with #940333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940333; }
p { color: rgb(148,3,51); }
H1.HeaderClassName
{
color: #940333;
}
.AnyTagClassName
{
color: #940333;
}
</style>
background-color css
<style>
a { background-color: #940333; }
a { background-color: rgb(148,3,51); }
div.DivClassName
{
background-color: #940333;
}
.BgClassName
{
background-color: #940333;
}
</style>
border-color css
<style>
span { border-color: #940333; }
span { border-color: rgb(148,3,51); }
td.TdClassName
{
border-color: #940333;
}
.TagClassName
{
border-color: #940333;
}
</style>