Shades of Burgundy #950735
Tints of Burgundy #950735
RGB
CMYK
RGB Variations
Color information
#950735 (or 0x950735) is known color: Burgundy. HEX triplet: 95, 07 and 35. RGB value is (149,7,53). Sum of RGB (Red+Green+Blue) = 149+7+53=209 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.29% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 149 - color contains mainly: red. Hex color #950735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950735 is #6AF8CA. Grayscale: #363636. Windows color (decimal): -7010507 or 3475349. OLE color: 3475349.
HSL color Cylindrical-coordinate representation of color #950735: hue angle of 340.56º degrees, saturation: 0.91, 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 #950735 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 7 | 53 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.42 |
| HSL | 340.56º | 0.91% | 0.31% | - |
| HSV(B) | 340.56º | 0.95% | 0.58% | - |
| XYZ | 13.11 | 6.8 | 3.99 | - |
| YUV | 54.7 | 127.04 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 7 | 53 | 0 | 0.95 | 0.64 | 0.42 | 340.56 | 0.91 | 0.31 |
| Hex | 95 | 7 | 35 | 0 | 5F | 40 | 2A | 155 | 5B | 1F |
| Octal | 225 | 7 | 65 | 0 | 137 | 100 | 52 | 525 | 133 | 37 |
| Binary | 10010101 | 111 | 110101 | 0 | 1011111 | 1000000 | 101010 | 101010101 | 1011011 | 11111 |
Color Harmonies of #950735
Complementary color
Monochromatic Colors of #950735
Black with #950735
Text Example
Text Example
White with #950735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950735; }
p { color: rgb(149,7,53); }
H1.HeaderClassName
{
color: #950735;
}
.AnyTagClassName
{
color: #950735;
}
</style>
background-color css
<style>
a { background-color: #950735; }
a { background-color: rgb(149,7,53); }
div.DivClassName
{
background-color: #950735;
}
.BgClassName
{
background-color: #950735;
}
</style>
border-color css
<style>
span { border-color: #950735; }
span { border-color: rgb(149,7,53); }
td.TdClassName
{
border-color: #950735;
}
.TagClassName
{
border-color: #950735;
}
</style>