Shades of Rouge #993A72
Tints of Rouge #993A72
RGB
CMYK
RGB Variations
Color information
#993A72 (or 0x993A72) is known color: Rouge. HEX triplet: 99, 3A and 72. RGB value is (153,58,114). Sum of RGB (Red+Green+Blue) = 153+58+114=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #993A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993A72 is #66C58D. Grayscale: #5C5C5C. Windows color (decimal): -6735246 or 7486105. OLE color: 7486105.
HSL color Cylindrical-coordinate representation of color #993A72: hue angle of 324.63º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #993A72 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 58 | 114 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.4 |
| HSL | 324.63º | 0.45% | 0.41% | - |
| HSV(B) | 324.63º | 0.62% | 0.6% | - |
| XYZ | 17.69 | 11.01 | 17.11 | - |
| YUV | 92.79 | 139.97 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 58 | 114 | 0 | 0.62 | 0.25 | 0.4 | 324.63 | 0.45 | 0.41 |
| Hex | 99 | 3A | 72 | 0 | 3E | 19 | 28 | 145 | 2D | 29 |
| Octal | 231 | 72 | 162 | 0 | 76 | 31 | 50 | 505 | 55 | 51 |
| Binary | 10011001 | 111010 | 1110010 | 0 | 111110 | 11001 | 101000 | 101000101 | 101101 | 101001 |
Color Harmonies of #993A72
Complementary color
Monochromatic Colors of #993A72
Black with #993A72
Text Example
Text Example
White with #993A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993A72; }
p { color: rgb(153,58,114); }
H1.HeaderClassName
{
color: #993A72;
}
.AnyTagClassName
{
color: #993A72;
}
</style>
background-color css
<style>
a { background-color: #993A72; }
a { background-color: rgb(153,58,114); }
div.DivClassName
{
background-color: #993A72;
}
.BgClassName
{
background-color: #993A72;
}
</style>
border-color css
<style>
span { border-color: #993A72; }
span { border-color: rgb(153,58,114); }
td.TdClassName
{
border-color: #993A72;
}
.TagClassName
{
border-color: #993A72;
}
</style>