Shades of Burgundy #950337
Tints of Burgundy #950337
RGB
CMYK
RGB Variations
Color information
#950337 (or 0x950337) is known color: Burgundy. HEX triplet: 95, 03 and 37. RGB value is (149,3,55). Sum of RGB (Red+Green+Blue) = 149+3+55=207 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.98% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 149 - color contains mainly: red. Hex color #950337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950337 is #6AFCC8. Grayscale: #343434. Windows color (decimal): -7011529 or 3605397. OLE color: 3605397.
HSL color Cylindrical-coordinate representation of color #950337: hue angle of 338.63º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #950337 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 55 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.42 |
| HSL | 338.63º | 0.96% | 0.3% | - |
| HSV(B) | 338.63º | 0.98% | 0.58% | - |
| XYZ | 13.12 | 6.73 | 4.22 | - |
| YUV | 52.58 | 129.37 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 55 | 0 | 0.98 | 0.63 | 0.42 | 338.63 | 0.96 | 0.3 |
| Hex | 95 | 3 | 37 | 0 | 62 | 3F | 2A | 153 | 60 | 1E |
| Octal | 225 | 3 | 67 | 0 | 142 | 77 | 52 | 523 | 140 | 36 |
| Binary | 10010101 | 11 | 110111 | 0 | 1100010 | 111111 | 101010 | 101010011 | 1100000 | 11110 |
Color Harmonies of #950337
Complementary color
Monochromatic Colors of #950337
Black with #950337
Text Example
Text Example
White with #950337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950337; }
p { color: rgb(149,3,55); }
H1.HeaderClassName
{
color: #950337;
}
.AnyTagClassName
{
color: #950337;
}
</style>
background-color css
<style>
a { background-color: #950337; }
a { background-color: rgb(149,3,55); }
div.DivClassName
{
background-color: #950337;
}
.BgClassName
{
background-color: #950337;
}
</style>
border-color css
<style>
span { border-color: #950337; }
span { border-color: rgb(149,3,55); }
td.TdClassName
{
border-color: #950337;
}
.TagClassName
{
border-color: #950337;
}
</style>