Shades of Burgundy #950838
Tints of Burgundy #950838
RGB
CMYK
RGB Variations
Color information
#950838 (or 0x950838) is known color: Burgundy. HEX triplet: 95, 08 and 38. RGB value is (149,8,56). Sum of RGB (Red+Green+Blue) = 149+8+56=213 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.95% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 149 - color contains mainly: red. Hex color #950838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950838 is #6AF7C7. Grayscale: #373737. Windows color (decimal): -7010248 or 3672213. OLE color: 3672213.
HSL color Cylindrical-coordinate representation of color #950838: hue angle of 339.57º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950838 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 8 | 56 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.42 |
| HSL | 339.57º | 0.9% | 0.31% | - |
| HSV(B) | 339.57º | 0.95% | 0.58% | - |
| XYZ | 13.2 | 6.85 | 4.37 | - |
| YUV | 55.63 | 128.21 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 8 | 56 | 0 | 0.95 | 0.62 | 0.42 | 339.57 | 0.9 | 0.31 |
| Hex | 95 | 8 | 38 | 0 | 5F | 3E | 2A | 154 | 5A | 1F |
| Octal | 225 | 10 | 70 | 0 | 137 | 76 | 52 | 524 | 132 | 37 |
| Binary | 10010101 | 1000 | 111000 | 0 | 1011111 | 111110 | 101010 | 101010100 | 1011010 | 11111 |
Color Harmonies of #950838
Complementary color
Monochromatic Colors of #950838
Black with #950838
Text Example
Text Example
White with #950838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950838; }
p { color: rgb(149,8,56); }
H1.HeaderClassName
{
color: #950838;
}
.AnyTagClassName
{
color: #950838;
}
</style>
background-color css
<style>
a { background-color: #950838; }
a { background-color: rgb(149,8,56); }
div.DivClassName
{
background-color: #950838;
}
.BgClassName
{
background-color: #950838;
}
</style>
border-color css
<style>
span { border-color: #950838; }
span { border-color: rgb(149,8,56); }
td.TdClassName
{
border-color: #950838;
}
.TagClassName
{
border-color: #950838;
}
</style>