Shades of Burgundy #950434
Tints of Burgundy #950434
RGB
CMYK
RGB Variations
Color information
#950434 (or 0x950434) is known color: Burgundy. HEX triplet: 95, 04 and 34. RGB value is (149,4,52). Sum of RGB (Red+Green+Blue) = 149+4+52=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #950434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950434 is #6AFBCB. Grayscale: #343434. Windows color (decimal): -7011276 or 3409045. OLE color: 3409045.
HSL color Cylindrical-coordinate representation of color #950434: hue angle of 340.14º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #950434 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 4 | 52 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.42 |
| HSL | 340.14º | 0.95% | 0.3% | - |
| HSV(B) | 340.14º | 0.97% | 0.58% | - |
| XYZ | 13.06 | 6.72 | 3.86 | - |
| YUV | 52.83 | 127.54 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 4 | 52 | 0 | 0.97 | 0.65 | 0.42 | 340.14 | 0.95 | 0.3 |
| Hex | 95 | 4 | 34 | 0 | 61 | 41 | 2A | 154 | 5F | 1E |
| Octal | 225 | 4 | 64 | 0 | 141 | 101 | 52 | 524 | 137 | 36 |
| Binary | 10010101 | 100 | 110100 | 0 | 1100001 | 1000001 | 101010 | 101010100 | 1011111 | 11110 |
Color Harmonies of #950434
Complementary color
Monochromatic Colors of #950434
Black with #950434
Text Example
Text Example
White with #950434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950434; }
p { color: rgb(149,4,52); }
H1.HeaderClassName
{
color: #950434;
}
.AnyTagClassName
{
color: #950434;
}
</style>
background-color css
<style>
a { background-color: #950434; }
a { background-color: rgb(149,4,52); }
div.DivClassName
{
background-color: #950434;
}
.BgClassName
{
background-color: #950434;
}
</style>
border-color css
<style>
span { border-color: #950434; }
span { border-color: rgb(149,4,52); }
td.TdClassName
{
border-color: #950434;
}
.TagClassName
{
border-color: #950434;
}
</style>