Shades of Burgundy #940233
Tints of Burgundy #940233
RGB
CMYK
RGB Variations
Color information
#940233 (or 0x940233) is known color: Burgundy. HEX triplet: 94, 02 and 33. RGB value is (148,2,51). Sum of RGB (Red+Green+Blue) = 148+2+51=201 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.63% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 148 - color contains mainly: red. Hex color #940233 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940233 is #6BFDCC. Grayscale: #333333. Windows color (decimal): -7077325 or 3342996. OLE color: 3342996.
HSL color Cylindrical-coordinate representation of color #940233: hue angle of 339.86º 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 #940233 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 2 | 51 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.42 |
| HSL | 339.86º | 0.97% | 0.29% | - |
| HSV(B) | 339.86º | 0.99% | 0.58% | - |
| XYZ | 12.83 | 6.58 | 3.73 | - |
| YUV | 51.24 | 127.87 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 51 | 0 | 0.99 | 0.66 | 0.42 | 339.86 | 0.97 | 0.29 |
| Hex | 94 | 2 | 33 | 0 | 63 | 42 | 2A | 154 | 61 | 1D |
| Octal | 224 | 2 | 63 | 0 | 143 | 102 | 52 | 524 | 141 | 35 |
| Binary | 10010100 | 10 | 110011 | 0 | 1100011 | 1000010 | 101010 | 101010100 | 1100001 | 11101 |
Color Harmonies of #940233
Complementary color
Monochromatic Colors of #940233
Black with #940233
Text Example
Text Example
White with #940233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940233; }
p { color: rgb(148,2,51); }
H1.HeaderClassName
{
color: #940233;
}
.AnyTagClassName
{
color: #940233;
}
</style>
background-color css
<style>
a { background-color: #940233; }
a { background-color: rgb(148,2,51); }
div.DivClassName
{
background-color: #940233;
}
.BgClassName
{
background-color: #940233;
}
</style>
border-color css
<style>
span { border-color: #940233; }
span { border-color: rgb(148,2,51); }
td.TdClassName
{
border-color: #940233;
}
.TagClassName
{
border-color: #940233;
}
</style>