Shades of Burgundy #950834
Tints of Burgundy #950834
RGB
CMYK
RGB Variations
Color information
#950834 (or 0x950834) is known color: Burgundy. HEX triplet: 95, 08 and 34. RGB value is (149,8,52). Sum of RGB (Red+Green+Blue) = 149+8+52=209 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.29% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 149 - color contains mainly: red. Hex color #950834 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950834 is #6AF7CB. Grayscale: #373737. Windows color (decimal): -7010252 or 3410069. OLE color: 3410069.
HSL color Cylindrical-coordinate representation of color #950834: hue angle of 341.28º 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 #950834 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 8 | 52 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.42 |
| HSL | 341.28º | 0.9% | 0.31% | - |
| HSV(B) | 341.28º | 0.95% | 0.58% | - |
| XYZ | 13.1 | 6.81 | 3.87 | - |
| YUV | 55.18 | 126.21 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 8 | 52 | 0 | 0.95 | 0.65 | 0.42 | 341.28 | 0.9 | 0.31 |
| Hex | 95 | 8 | 34 | 0 | 5F | 41 | 2A | 155 | 5A | 1F |
| Octal | 225 | 10 | 64 | 0 | 137 | 101 | 52 | 525 | 132 | 37 |
| Binary | 10010101 | 1000 | 110100 | 0 | 1011111 | 1000001 | 101010 | 101010101 | 1011010 | 11111 |
Color Harmonies of #950834
Complementary color
Monochromatic Colors of #950834
Black with #950834
Text Example
Text Example
White with #950834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950834; }
p { color: rgb(149,8,52); }
H1.HeaderClassName
{
color: #950834;
}
.AnyTagClassName
{
color: #950834;
}
</style>
background-color css
<style>
a { background-color: #950834; }
a { background-color: rgb(149,8,52); }
div.DivClassName
{
background-color: #950834;
}
.BgClassName
{
background-color: #950834;
}
</style>
border-color css
<style>
span { border-color: #950834; }
span { border-color: rgb(149,8,52); }
td.TdClassName
{
border-color: #950834;
}
.TagClassName
{
border-color: #950834;
}
</style>