Shades of Burgundy #940635
Tints of Burgundy #940635
RGB
CMYK
RGB Variations
Color information
#940635 (or 0x940635) is known color: Burgundy. HEX triplet: 94, 06 and 35. RGB value is (148,6,53). Sum of RGB (Red+Green+Blue) = 148+6+53=207 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.50% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 148 - color contains mainly: red. Hex color #940635 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940635 is #6BF9CA. Grayscale: #353535. Windows color (decimal): -7076299 or 3475092. OLE color: 3475092.
HSL color Cylindrical-coordinate representation of color #940635: hue angle of 340.14º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #940635 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 6 | 53 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.42 |
| HSL | 340.14º | 0.92% | 0.3% | - |
| HSV(B) | 340.14º | 0.96% | 0.58% | - |
| XYZ | 12.92 | 6.68 | 3.98 | - |
| YUV | 53.82 | 127.54 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 6 | 53 | 0 | 0.96 | 0.64 | 0.42 | 340.14 | 0.92 | 0.3 |
| Hex | 94 | 6 | 35 | 0 | 60 | 40 | 2A | 154 | 5C | 1E |
| Octal | 224 | 6 | 65 | 0 | 140 | 100 | 52 | 524 | 134 | 36 |
| Binary | 10010100 | 110 | 110101 | 0 | 1100000 | 1000000 | 101010 | 101010100 | 1011100 | 11110 |
Color Harmonies of #940635
Complementary color
Monochromatic Colors of #940635
Black with #940635
Text Example
Text Example
White with #940635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940635; }
p { color: rgb(148,6,53); }
H1.HeaderClassName
{
color: #940635;
}
.AnyTagClassName
{
color: #940635;
}
</style>
background-color css
<style>
a { background-color: #940635; }
a { background-color: rgb(148,6,53); }
div.DivClassName
{
background-color: #940635;
}
.BgClassName
{
background-color: #940635;
}
</style>
border-color css
<style>
span { border-color: #940635; }
span { border-color: rgb(148,6,53); }
td.TdClassName
{
border-color: #940635;
}
.TagClassName
{
border-color: #940635;
}
</style>