Shades of Burgundy #950C3B
Tints of Burgundy #950C3B
RGB
CMYK
RGB Variations
Color information
#950C3B (or 0x950C3B) is known color: Burgundy. HEX triplet: 95, 0C and 3B. RGB value is (149,12,59). Sum of RGB (Red+Green+Blue) = 149+12+59=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #950C3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950C3B is #6AF3C4. Grayscale: #3A3A3A. Windows color (decimal): -7009221 or 3869845. OLE color: 3869845.
HSL color Cylindrical-coordinate representation of color #950C3B: hue angle of 339.42º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #950C3B is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 12 | 59 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.42 |
| HSL | 339.42º | 0.85% | 0.32% | - |
| HSV(B) | 339.42º | 0.92% | 0.58% | - |
| XYZ | 13.32 | 6.97 | 4.78 | - |
| YUV | 58.32 | 128.39 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 12 | 59 | 0 | 0.92 | 0.60 | 0.42 | 339.42 | 0.85 | 0.32 |
| Hex | 95 | C | 3B | 0 | 5C | 3C | 2A | 153 | 55 | 20 |
| Octal | 225 | 14 | 73 | 0 | 134 | 74 | 52 | 523 | 125 | 40 |
| Binary | 10010101 | 1100 | 111011 | 0 | 1011100 | 111100 | 101010 | 101010011 | 1010101 | 100000 |
Color Harmonies of #950C3B
Complementary color
Monochromatic Colors of #950C3B
Black with #950C3B
Text Example
Text Example
White with #950C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950C3B; }
p { color: rgb(149,12,59); }
H1.HeaderClassName
{
color: #950C3B;
}
.AnyTagClassName
{
color: #950C3B;
}
</style>
background-color css
<style>
a { background-color: #950C3B; }
a { background-color: rgb(149,12,59); }
div.DivClassName
{
background-color: #950C3B;
}
.BgClassName
{
background-color: #950C3B;
}
</style>
border-color css
<style>
span { border-color: #950C3B; }
span { border-color: rgb(149,12,59); }
td.TdClassName
{
border-color: #950C3B;
}
.TagClassName
{
border-color: #950C3B;
}
</style>