Shades of Burgundy #940136
Tints of Burgundy #940136
RGB
CMYK
RGB Variations
Color information
#940136 (or 0x940136) is known color: Burgundy. HEX triplet: 94, 01 and 36. RGB value is (148,1,54). Sum of RGB (Red+Green+Blue) = 148+1+54=203 (26% of max value = 765). Red value is 148 (58.20% from 255 or 72.91% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 148 - color contains mainly: red. Hex color #940136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940136 is #6BFEC9. Grayscale: #323232. Windows color (decimal): -7077578 or 3539348. OLE color: 3539348.
HSL color Cylindrical-coordinate representation of color #940136: hue angle of 338.37º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #940136 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 1 | 54 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.42 |
| HSL | 338.37º | 0.99% | 0.29% | - |
| HSV(B) | 338.37º | 0.99% | 0.58% | - |
| XYZ | 12.89 | 6.58 | 4.08 | - |
| YUV | 51 | 129.7 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 54 | 0 | 0.99 | 0.64 | 0.42 | 338.37 | 0.99 | 0.29 |
| Hex | 94 | 1 | 36 | 0 | 63 | 40 | 2A | 152 | 63 | 1D |
| Octal | 224 | 1 | 66 | 0 | 143 | 100 | 52 | 522 | 143 | 35 |
| Binary | 10010100 | 1 | 110110 | 0 | 1100011 | 1000000 | 101010 | 101010010 | 1100011 | 11101 |
Color Harmonies of #940136
Complementary color
Monochromatic Colors of #940136
Black with #940136
Text Example
Text Example
White with #940136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940136; }
p { color: rgb(148,1,54); }
H1.HeaderClassName
{
color: #940136;
}
.AnyTagClassName
{
color: #940136;
}
</style>
background-color css
<style>
a { background-color: #940136; }
a { background-color: rgb(148,1,54); }
div.DivClassName
{
background-color: #940136;
}
.BgClassName
{
background-color: #940136;
}
</style>
border-color css
<style>
span { border-color: #940136; }
span { border-color: rgb(148,1,54); }
td.TdClassName
{
border-color: #940136;
}
.TagClassName
{
border-color: #940136;
}
</style>