Shades of Burgundy #940035
Tints of Burgundy #940035
RGB
CMYK
RGB Variations
Color information
#940035 (or 0x940035) is known color: Burgundy. HEX triplet: 94, 00 and 35. RGB value is (148,0,53). Sum of RGB (Red+Green+Blue) = 148+0+53=201 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.63% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 148 - color contains mainly: red. Hex color #940035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940035 is #6BFFCA. Grayscale: #323232. Windows color (decimal): -7077835 or 3473556. OLE color: 3473556.
HSL color Cylindrical-coordinate representation of color #940035: hue angle of 338.51º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #940035 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 0 | 53 | - |
| CMYK | 0 | 1 | 0.64 | 0.42 |
| HSL | 338.51º | 1% | 0.29% | - |
| HSV(B) | 338.51º | 1% | 0.58% | - |
| XYZ | 12.86 | 6.55 | 3.96 | - |
| YUV | 50.29 | 129.53 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 53 | 0 | 1 | 0.64 | 0.42 | 338.51 | 1 | 0.29 |
| Hex | 94 | 0 | 35 | 0 | 64 | 40 | 2A | 153 | 64 | 1D |
| Octal | 224 | 0 | 65 | 0 | 144 | 100 | 52 | 523 | 144 | 35 |
| Binary | 10010100 | 0 | 110101 | 0 | 1100100 | 1000000 | 101010 | 101010011 | 1100100 | 11101 |
Color Harmonies of #940035
Complementary color
Monochromatic Colors of #940035
Black with #940035
Text Example
Text Example
White with #940035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940035; }
p { color: rgb(148,0,53); }
H1.HeaderClassName
{
color: #940035;
}
.AnyTagClassName
{
color: #940035;
}
</style>
background-color css
<style>
a { background-color: #940035; }
a { background-color: rgb(148,0,53); }
div.DivClassName
{
background-color: #940035;
}
.BgClassName
{
background-color: #940035;
}
</style>
border-color css
<style>
span { border-color: #940035; }
span { border-color: rgb(148,0,53); }
td.TdClassName
{
border-color: #940035;
}
.TagClassName
{
border-color: #940035;
}
</style>