Shades of Burgundy #950532
Tints of Burgundy #950532
RGB
CMYK
RGB Variations
Color information
#950532 (or 0x950532) is known color: Burgundy. HEX triplet: 95, 05 and 32. RGB value is (149,5,50). Sum of RGB (Red+Green+Blue) = 149+5+50=204 (27% of max value = 765). Red value is 149 (58.59% from 255 or 73.04% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 149 - color contains mainly: red. Hex color #950532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950532 is #6AFACD. Grayscale: #353535. Windows color (decimal): -7011022 or 3278229. OLE color: 3278229.
HSL color Cylindrical-coordinate representation of color #950532: hue angle of 341.25º degrees, saturation: 0.94, 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 #950532 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 5 | 50 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.42 |
| HSL | 341.25º | 0.94% | 0.3% | - |
| HSV(B) | 341.25º | 0.97% | 0.58% | - |
| XYZ | 13.02 | 6.73 | 3.63 | - |
| YUV | 53.19 | 126.21 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 5 | 50 | 0 | 0.97 | 0.66 | 0.42 | 341.25 | 0.94 | 0.3 |
| Hex | 95 | 5 | 32 | 0 | 61 | 42 | 2A | 155 | 5E | 1E |
| Octal | 225 | 5 | 62 | 0 | 141 | 102 | 52 | 525 | 136 | 36 |
| Binary | 10010101 | 101 | 110010 | 0 | 1100001 | 1000010 | 101010 | 101010101 | 1011110 | 11110 |
Color Harmonies of #950532
Complementary color
Monochromatic Colors of #950532
Black with #950532
Text Example
Text Example
White with #950532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950532; }
p { color: rgb(149,5,50); }
H1.HeaderClassName
{
color: #950532;
}
.AnyTagClassName
{
color: #950532;
}
</style>
background-color css
<style>
a { background-color: #950532; }
a { background-color: rgb(149,5,50); }
div.DivClassName
{
background-color: #950532;
}
.BgClassName
{
background-color: #950532;
}
</style>
border-color css
<style>
span { border-color: #950532; }
span { border-color: rgb(149,5,50); }
td.TdClassName
{
border-color: #950532;
}
.TagClassName
{
border-color: #950532;
}
</style>