Shades of Rouge #953A73
Tints of Rouge #953A73
RGB
CMYK
RGB Variations
Color information
#953A73 (or 0x953A73) is known color: Rouge. HEX triplet: 95, 3A and 73. RGB value is (149,58,115). Sum of RGB (Red+Green+Blue) = 149+58+115=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #953A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953A73 is #6AC58C. Grayscale: #5B5B5B. Windows color (decimal): -6997389 or 7551637. OLE color: 7551637.
HSL color Cylindrical-coordinate representation of color #953A73: hue angle of 322.42º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #953A73 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 58 | 115 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.42 |
| HSL | 322.42º | 0.44% | 0.41% | - |
| HSV(B) | 322.42º | 0.61% | 0.58% | - |
| XYZ | 17 | 10.65 | 17.38 | - |
| YUV | 91.71 | 141.15 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 115 | 0 | 0.61 | 0.23 | 0.42 | 322.42 | 0.44 | 0.41 |
| Hex | 95 | 3A | 73 | 0 | 3D | 17 | 2A | 142 | 2C | 29 |
| Octal | 225 | 72 | 163 | 0 | 75 | 27 | 52 | 502 | 54 | 51 |
| Binary | 10010101 | 111010 | 1110011 | 0 | 111101 | 10111 | 101010 | 101000010 | 101100 | 101001 |
Color Harmonies of #953A73
Complementary color
Monochromatic Colors of #953A73
Black with #953A73
Text Example
Text Example
White with #953A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953A73; }
p { color: rgb(149,58,115); }
H1.HeaderClassName
{
color: #953A73;
}
.AnyTagClassName
{
color: #953A73;
}
</style>
background-color css
<style>
a { background-color: #953A73; }
a { background-color: rgb(149,58,115); }
div.DivClassName
{
background-color: #953A73;
}
.BgClassName
{
background-color: #953A73;
}
</style>
border-color css
<style>
span { border-color: #953A73; }
span { border-color: rgb(149,58,115); }
td.TdClassName
{
border-color: #953A73;
}
.TagClassName
{
border-color: #953A73;
}
</style>