Shades of Burgundy #950039
Tints of Burgundy #950039
RGB
CMYK
RGB Variations
Color information
#950039 (or 0x950039) is known color: Burgundy. HEX triplet: 95, 00 and 39. RGB value is (149,0,57). Sum of RGB (Red+Green+Blue) = 149+0+57=206 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.33% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 149 - color contains mainly: red. Hex color #950039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950039 is #6AFFC6. Grayscale: #323232. Windows color (decimal): -7012295 or 3735701. OLE color: 3735701.
HSL color Cylindrical-coordinate representation of color #950039: hue angle of 337.05º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #950039 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.62 | 0.42 |
| HSL | 337.05º | 1% | 0.29% | - |
| HSV(B) | 337.05º | 1% | 0.58% | - |
| XYZ | 13.13 | 6.68 | 4.47 | - |
| YUV | 51.05 | 131.36 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 57 | 0 | 1 | 0.62 | 0.42 | 337.05 | 1 | 0.29 |
| Hex | 95 | 0 | 39 | 0 | 64 | 3E | 2A | 151 | 64 | 1D |
| Octal | 225 | 0 | 71 | 0 | 144 | 76 | 52 | 521 | 144 | 35 |
| Binary | 10010101 | 0 | 111001 | 0 | 1100100 | 111110 | 101010 | 101010001 | 1100100 | 11101 |
Color Harmonies of #950039
Complementary color
Monochromatic Colors of #950039
Black with #950039
Text Example
Text Example
White with #950039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950039; }
p { color: rgb(149,0,57); }
H1.HeaderClassName
{
color: #950039;
}
.AnyTagClassName
{
color: #950039;
}
</style>
background-color css
<style>
a { background-color: #950039; }
a { background-color: rgb(149,0,57); }
div.DivClassName
{
background-color: #950039;
}
.BgClassName
{
background-color: #950039;
}
</style>
border-color css
<style>
span { border-color: #950039; }
span { border-color: rgb(149,0,57); }
td.TdClassName
{
border-color: #950039;
}
.TagClassName
{
border-color: #950039;
}
</style>