Shades of Rouge #993A76
Tints of Rouge #993A76
RGB
CMYK
RGB Variations
Color information
#993A76 (or 0x993A76) is known color: Rouge. HEX triplet: 99, 3A and 76. RGB value is (153,58,118). Sum of RGB (Red+Green+Blue) = 153+58+118=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #993A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993A76 is #66C589. Grayscale: #5D5D5D. Windows color (decimal): -6735242 or 7748249. OLE color: 7748249.
HSL color Cylindrical-coordinate representation of color #993A76: hue angle of 322.11º 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 #993A76 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 58 | 118 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.4 |
| HSL | 322.11º | 0.45% | 0.41% | - |
| HSV(B) | 322.11º | 0.62% | 0.6% | - |
| XYZ | 17.92 | 11.11 | 18.34 | - |
| YUV | 93.25 | 141.97 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 58 | 118 | 0 | 0.62 | 0.23 | 0.4 | 322.11 | 0.45 | 0.41 |
| Hex | 99 | 3A | 76 | 0 | 3E | 17 | 28 | 142 | 2D | 29 |
| Octal | 231 | 72 | 166 | 0 | 76 | 27 | 50 | 502 | 55 | 51 |
| Binary | 10011001 | 111010 | 1110110 | 0 | 111110 | 10111 | 101000 | 101000010 | 101101 | 101001 |
Color Harmonies of #993A76
Complementary color
Monochromatic Colors of #993A76
Black with #993A76
Text Example
Text Example
White with #993A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993A76; }
p { color: rgb(153,58,118); }
H1.HeaderClassName
{
color: #993A76;
}
.AnyTagClassName
{
color: #993A76;
}
</style>
background-color css
<style>
a { background-color: #993A76; }
a { background-color: rgb(153,58,118); }
div.DivClassName
{
background-color: #993A76;
}
.BgClassName
{
background-color: #993A76;
}
</style>
border-color css
<style>
span { border-color: #993A76; }
span { border-color: rgb(153,58,118); }
td.TdClassName
{
border-color: #993A76;
}
.TagClassName
{
border-color: #993A76;
}
</style>