Shades of Burgundy #950732
Tints of Burgundy #950732
RGB
CMYK
RGB Variations
Color information
#950732 (or 0x950732) is known color: Burgundy. HEX triplet: 95, 07 and 32. RGB value is (149,7,50). Sum of RGB (Red+Green+Blue) = 149+7+50=206 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.33% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 149 - color contains mainly: red. Hex color #950732 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950732 is #6AF8CD. Grayscale: #363636. Windows color (decimal): -7010510 or 3278741. OLE color: 3278741.
HSL color Cylindrical-coordinate representation of color #950732: hue angle of 341.83º 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 #950732 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 7 | 50 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.42 |
| HSL | 341.83º | 0.91% | 0.31% | - |
| HSV(B) | 341.83º | 0.95% | 0.58% | - |
| XYZ | 13.05 | 6.77 | 3.64 | - |
| YUV | 54.36 | 125.54 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 7 | 50 | 0 | 0.95 | 0.66 | 0.42 | 341.83 | 0.91 | 0.31 |
| Hex | 95 | 7 | 32 | 0 | 5F | 42 | 2A | 156 | 5B | 1F |
| Octal | 225 | 7 | 62 | 0 | 137 | 102 | 52 | 526 | 133 | 37 |
| Binary | 10010101 | 111 | 110010 | 0 | 1011111 | 1000010 | 101010 | 101010110 | 1011011 | 11111 |
Color Harmonies of #950732
Complementary color
Monochromatic Colors of #950732
Black with #950732
Text Example
Text Example
White with #950732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950732; }
p { color: rgb(149,7,50); }
H1.HeaderClassName
{
color: #950732;
}
.AnyTagClassName
{
color: #950732;
}
</style>
background-color css
<style>
a { background-color: #950732; }
a { background-color: rgb(149,7,50); }
div.DivClassName
{
background-color: #950732;
}
.BgClassName
{
background-color: #950732;
}
</style>
border-color css
<style>
span { border-color: #950732; }
span { border-color: rgb(149,7,50); }
td.TdClassName
{
border-color: #950732;
}
.TagClassName
{
border-color: #950732;
}
</style>