Shades of Burgundy #950333
Tints of Burgundy #950333
RGB
CMYK
RGB Variations
Color information
#950333 (or 0x950333) is known color: Burgundy. HEX triplet: 95, 03 and 33. RGB value is (149,3,51). Sum of RGB (Red+Green+Blue) = 149+3+51=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #950333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950333 is #6AFCCC. Grayscale: #343434. Windows color (decimal): -7011533 or 3343253. OLE color: 3343253.
HSL color Cylindrical-coordinate representation of color #950333: hue angle of 340.27º 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 #950333 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 51 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.42 |
| HSL | 340.27º | 0.96% | 0.3% | - |
| HSV(B) | 340.27º | 0.98% | 0.58% | - |
| XYZ | 13.02 | 6.69 | 3.74 | - |
| YUV | 52.13 | 127.37 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 51 | 0 | 0.98 | 0.66 | 0.42 | 340.27 | 0.96 | 0.3 |
| Hex | 95 | 3 | 33 | 0 | 62 | 42 | 2A | 154 | 60 | 1E |
| Octal | 225 | 3 | 63 | 0 | 142 | 102 | 52 | 524 | 140 | 36 |
| Binary | 10010101 | 11 | 110011 | 0 | 1100010 | 1000010 | 101010 | 101010100 | 1100000 | 11110 |
Color Harmonies of #950333
Complementary color
Monochromatic Colors of #950333
Black with #950333
Text Example
Text Example
White with #950333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950333; }
p { color: rgb(149,3,51); }
H1.HeaderClassName
{
color: #950333;
}
.AnyTagClassName
{
color: #950333;
}
</style>
background-color css
<style>
a { background-color: #950333; }
a { background-color: rgb(149,3,51); }
div.DivClassName
{
background-color: #950333;
}
.BgClassName
{
background-color: #950333;
}
</style>
border-color css
<style>
span { border-color: #950333; }
span { border-color: rgb(149,3,51); }
td.TdClassName
{
border-color: #950333;
}
.TagClassName
{
border-color: #950333;
}
</style>