Shades of Burgundy #940435
Tints of Burgundy #940435
RGB
CMYK
RGB Variations
Color information
#940435 (or 0x940435) is known color: Burgundy. HEX triplet: 94, 04 and 35. RGB value is (148,4,53). Sum of RGB (Red+Green+Blue) = 148+4+53=205 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.20% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 148 - color contains mainly: red. Hex color #940435 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940435 is #6BFBCA. Grayscale: #343434. Windows color (decimal): -7076811 or 3474580. OLE color: 3474580.
HSL color Cylindrical-coordinate representation of color #940435: hue angle of 339.58º 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 #940435 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 4 | 53 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.42 |
| HSL | 339.58º | 0.95% | 0.3% | - |
| HSV(B) | 339.58º | 0.97% | 0.58% | - |
| XYZ | 12.9 | 6.64 | 3.97 | - |
| YUV | 52.64 | 128.21 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 4 | 53 | 0 | 0.97 | 0.64 | 0.42 | 339.58 | 0.95 | 0.3 |
| Hex | 94 | 4 | 35 | 0 | 61 | 40 | 2A | 154 | 5F | 1E |
| Octal | 224 | 4 | 65 | 0 | 141 | 100 | 52 | 524 | 137 | 36 |
| Binary | 10010100 | 100 | 110101 | 0 | 1100001 | 1000000 | 101010 | 101010100 | 1011111 | 11110 |
Color Harmonies of #940435
Complementary color
Monochromatic Colors of #940435
Black with #940435
Text Example
Text Example
White with #940435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940435; }
p { color: rgb(148,4,53); }
H1.HeaderClassName
{
color: #940435;
}
.AnyTagClassName
{
color: #940435;
}
</style>
background-color css
<style>
a { background-color: #940435; }
a { background-color: rgb(148,4,53); }
div.DivClassName
{
background-color: #940435;
}
.BgClassName
{
background-color: #940435;
}
</style>
border-color css
<style>
span { border-color: #940435; }
span { border-color: rgb(148,4,53); }
td.TdClassName
{
border-color: #940435;
}
.TagClassName
{
border-color: #940435;
}
</style>