Shades of Burgundy #950139
Tints of Burgundy #950139
RGB
CMYK
RGB Variations
Color information
#950139 (or 0x950139) is known color: Burgundy. HEX triplet: 95, 01 and 39. RGB value is (149,1,57). Sum of RGB (Red+Green+Blue) = 149+1+57=207 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.98% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 57 (22.66% from 255 or 27.54% from 207); Max value from RGB is 149 - color contains mainly: red. Hex color #950139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950139 is #6AFEC6. Grayscale: #333333. Windows color (decimal): -7012039 or 3735957. OLE color: 3735957.
HSL color Cylindrical-coordinate representation of color #950139: hue angle of 337.3º 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 #950139 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 57 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.42 |
| HSL | 337.3º | 0.99% | 0.29% | - |
| HSV(B) | 337.3º | 0.99% | 0.58% | - |
| XYZ | 13.14 | 6.71 | 4.47 | - |
| YUV | 51.64 | 131.03 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 57 | 0 | 0.99 | 0.62 | 0.42 | 337.3 | 0.99 | 0.29 |
| Hex | 95 | 1 | 39 | 0 | 63 | 3E | 2A | 151 | 63 | 1D |
| Octal | 225 | 1 | 71 | 0 | 143 | 76 | 52 | 521 | 143 | 35 |
| Binary | 10010101 | 1 | 111001 | 0 | 1100011 | 111110 | 101010 | 101010001 | 1100011 | 11101 |
Color Harmonies of #950139
Complementary color
Monochromatic Colors of #950139
Black with #950139
Text Example
Text Example
White with #950139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950139; }
p { color: rgb(149,1,57); }
H1.HeaderClassName
{
color: #950139;
}
.AnyTagClassName
{
color: #950139;
}
</style>
background-color css
<style>
a { background-color: #950139; }
a { background-color: rgb(149,1,57); }
div.DivClassName
{
background-color: #950139;
}
.BgClassName
{
background-color: #950139;
}
</style>
border-color css
<style>
span { border-color: #950139; }
span { border-color: rgb(149,1,57); }
td.TdClassName
{
border-color: #950139;
}
.TagClassName
{
border-color: #950139;
}
</style>