Shades of Burgundy #950B3C
Tints of Burgundy #950B3C
RGB
CMYK
RGB Variations
Color information
#950B3C (or 0x950B3C) is known color: Burgundy. HEX triplet: 95, 0B and 3C. RGB value is (149,11,60). Sum of RGB (Red+Green+Blue) = 149+11+60=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #950B3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950B3C is #6AF4C3. Grayscale: #393939. Windows color (decimal): -7009476 or 3935125. OLE color: 3935125.
HSL color Cylindrical-coordinate representation of color #950B3C: hue angle of 338.7º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950B3C is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 11 | 60 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.42 |
| HSL | 338.7º | 0.86% | 0.31% | - |
| HSV(B) | 338.7º | 0.93% | 0.58% | - |
| XYZ | 13.33 | 6.96 | 4.91 | - |
| YUV | 57.85 | 129.22 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 11 | 60 | 0 | 0.93 | 0.60 | 0.42 | 338.7 | 0.86 | 0.31 |
| Hex | 95 | B | 3C | 0 | 5D | 3C | 2A | 153 | 56 | 1F |
| Octal | 225 | 13 | 74 | 0 | 135 | 74 | 52 | 523 | 126 | 37 |
| Binary | 10010101 | 1011 | 111100 | 0 | 1011101 | 111100 | 101010 | 101010011 | 1010110 | 11111 |
Color Harmonies of #950B3C
Complementary color
Monochromatic Colors of #950B3C
Black with #950B3C
Text Example
Text Example
White with #950B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950B3C; }
p { color: rgb(149,11,60); }
H1.HeaderClassName
{
color: #950B3C;
}
.AnyTagClassName
{
color: #950B3C;
}
</style>
background-color css
<style>
a { background-color: #950B3C; }
a { background-color: rgb(149,11,60); }
div.DivClassName
{
background-color: #950B3C;
}
.BgClassName
{
background-color: #950B3C;
}
</style>
border-color css
<style>
span { border-color: #950B3C; }
span { border-color: rgb(149,11,60); }
td.TdClassName
{
border-color: #950B3C;
}
.TagClassName
{
border-color: #950B3C;
}
</style>