Shades of Burgundy #940231
Tints of Burgundy #940231
RGB
CMYK
RGB Variations
Color information
#940231 (or 0x940231) is known color: Burgundy. HEX triplet: 94, 02 and 31. RGB value is (148,2,49). Sum of RGB (Red+Green+Blue) = 148+2+49=199 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.37% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 148 - color contains mainly: red. Hex color #940231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940231 is #6BFDCE. Grayscale: #323232. Windows color (decimal): -7077327 or 3211924. OLE color: 3211924.
HSL color Cylindrical-coordinate representation of color #940231: hue angle of 340.68º degrees, saturation: 0.97, 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 #940231 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 2 | 49 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.42 |
| HSL | 340.68º | 0.97% | 0.29% | - |
| HSV(B) | 340.68º | 0.99% | 0.58% | - |
| XYZ | 12.79 | 6.56 | 3.5 | - |
| YUV | 51.01 | 126.87 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 2 | 49 | 0 | 0.99 | 0.67 | 0.42 | 340.68 | 0.97 | 0.29 |
| Hex | 94 | 2 | 31 | 0 | 63 | 43 | 2A | 155 | 61 | 1D |
| Octal | 224 | 2 | 61 | 0 | 143 | 103 | 52 | 525 | 141 | 35 |
| Binary | 10010100 | 10 | 110001 | 0 | 1100011 | 1000011 | 101010 | 101010101 | 1100001 | 11101 |
Color Harmonies of #940231
Complementary color
Monochromatic Colors of #940231
Black with #940231
Text Example
Text Example
White with #940231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940231; }
p { color: rgb(148,2,49); }
H1.HeaderClassName
{
color: #940231;
}
.AnyTagClassName
{
color: #940231;
}
</style>
background-color css
<style>
a { background-color: #940231; }
a { background-color: rgb(148,2,49); }
div.DivClassName
{
background-color: #940231;
}
.BgClassName
{
background-color: #940231;
}
</style>
border-color css
<style>
span { border-color: #940231; }
span { border-color: rgb(148,2,49); }
td.TdClassName
{
border-color: #940231;
}
.TagClassName
{
border-color: #940231;
}
</style>