Shades of Burgundy #940935
Tints of Burgundy #940935
RGB
CMYK
RGB Variations
Color information
#940935 (or 0x940935) is known color: Burgundy. HEX triplet: 94, 09 and 35. RGB value is (148,9,53). Sum of RGB (Red+Green+Blue) = 148+9+53=210 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.48% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 148 - color contains mainly: red. Hex color #940935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940935 is #6BF6CA. Grayscale: #373737. Windows color (decimal): -7075531 or 3475860. OLE color: 3475860.
HSL color Cylindrical-coordinate representation of color #940935: hue angle of 341.01º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940935 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 9 | 53 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.42 |
| HSL | 341.01º | 0.89% | 0.31% | - |
| HSV(B) | 341.01º | 0.94% | 0.58% | - |
| XYZ | 12.95 | 6.75 | 3.99 | - |
| YUV | 55.58 | 126.55 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 9 | 53 | 0 | 0.94 | 0.64 | 0.42 | 341.01 | 0.89 | 0.31 |
| Hex | 94 | 9 | 35 | 0 | 5E | 40 | 2A | 155 | 59 | 1F |
| Octal | 224 | 11 | 65 | 0 | 136 | 100 | 52 | 525 | 131 | 37 |
| Binary | 10010100 | 1001 | 110101 | 0 | 1011110 | 1000000 | 101010 | 101010101 | 1011001 | 11111 |
Color Harmonies of #940935
Complementary color
Monochromatic Colors of #940935
Black with #940935
Text Example
Text Example
White with #940935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940935; }
p { color: rgb(148,9,53); }
H1.HeaderClassName
{
color: #940935;
}
.AnyTagClassName
{
color: #940935;
}
</style>
background-color css
<style>
a { background-color: #940935; }
a { background-color: rgb(148,9,53); }
div.DivClassName
{
background-color: #940935;
}
.BgClassName
{
background-color: #940935;
}
</style>
border-color css
<style>
span { border-color: #940935; }
span { border-color: rgb(148,9,53); }
td.TdClassName
{
border-color: #940935;
}
.TagClassName
{
border-color: #940935;
}
</style>