Shades of Burgundy #950132
Tints of Burgundy #950132
RGB
CMYK
RGB Variations
Color information
#950132 (or 0x950132) is known color: Burgundy. HEX triplet: 95, 01 and 32. RGB value is (149,1,50). Sum of RGB (Red+Green+Blue) = 149+1+50=200 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 149 - color contains mainly: red. Hex color #950132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950132 is #6AFECD. Grayscale: #323232. Windows color (decimal): -7012046 or 3277205. OLE color: 3277205.
HSL color Cylindrical-coordinate representation of color #950132: hue angle of 340.14º 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 #950132 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 50 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.42 |
| HSL | 340.14º | 0.99% | 0.29% | - |
| HSV(B) | 340.14º | 0.99% | 0.58% | - |
| XYZ | 12.98 | 6.64 | 3.62 | - |
| YUV | 50.84 | 127.53 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 50 | 0 | 0.99 | 0.66 | 0.42 | 340.14 | 0.99 | 0.29 |
| Hex | 95 | 1 | 32 | 0 | 63 | 42 | 2A | 154 | 63 | 1D |
| Octal | 225 | 1 | 62 | 0 | 143 | 102 | 52 | 524 | 143 | 35 |
| Binary | 10010101 | 1 | 110010 | 0 | 1100011 | 1000010 | 101010 | 101010100 | 1100011 | 11101 |
Color Harmonies of #950132
Complementary color
Monochromatic Colors of #950132
Black with #950132
Text Example
Text Example
White with #950132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950132; }
p { color: rgb(149,1,50); }
H1.HeaderClassName
{
color: #950132;
}
.AnyTagClassName
{
color: #950132;
}
</style>
background-color css
<style>
a { background-color: #950132; }
a { background-color: rgb(149,1,50); }
div.DivClassName
{
background-color: #950132;
}
.BgClassName
{
background-color: #950132;
}
</style>
border-color css
<style>
span { border-color: #950132; }
span { border-color: rgb(149,1,50); }
td.TdClassName
{
border-color: #950132;
}
.TagClassName
{
border-color: #950132;
}
</style>