Shades of Burgundy #940733
Tints of Burgundy #940733
RGB
CMYK
RGB Variations
Color information
#940733 (or 0x940733) is known color: Burgundy. HEX triplet: 94, 07 and 33. RGB value is (148,7,51). Sum of RGB (Red+Green+Blue) = 148+7+51=206 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.84% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 148 - color contains mainly: red. Hex color #940733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940733 is #6BF8CC. Grayscale: #363636. Windows color (decimal): -7076045 or 3344276. OLE color: 3344276.
HSL color Cylindrical-coordinate representation of color #940733: hue angle of 341.28º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940733 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 7 | 51 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.42 |
| HSL | 341.28º | 0.91% | 0.3% | - |
| HSV(B) | 341.28º | 0.95% | 0.58% | - |
| XYZ | 12.89 | 6.69 | 3.74 | - |
| YUV | 54.18 | 126.21 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 7 | 51 | 0 | 0.95 | 0.66 | 0.42 | 341.28 | 0.91 | 0.3 |
| Hex | 94 | 7 | 33 | 0 | 5F | 42 | 2A | 155 | 5B | 1E |
| Octal | 224 | 7 | 63 | 0 | 137 | 102 | 52 | 525 | 133 | 36 |
| Binary | 10010100 | 111 | 110011 | 0 | 1011111 | 1000010 | 101010 | 101010101 | 1011011 | 11110 |
Color Harmonies of #940733
Complementary color
Monochromatic Colors of #940733
Black with #940733
Text Example
Text Example
White with #940733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940733; }
p { color: rgb(148,7,51); }
H1.HeaderClassName
{
color: #940733;
}
.AnyTagClassName
{
color: #940733;
}
</style>
background-color css
<style>
a { background-color: #940733; }
a { background-color: rgb(148,7,51); }
div.DivClassName
{
background-color: #940733;
}
.BgClassName
{
background-color: #940733;
}
</style>
border-color css
<style>
span { border-color: #940733; }
span { border-color: rgb(148,7,51); }
td.TdClassName
{
border-color: #940733;
}
.TagClassName
{
border-color: #940733;
}
</style>