Shades of Rouge #99417A
Tints of Rouge #99417A
RGB
CMYK
RGB Variations
Color information
#99417A (or 0x99417A) is known color: Rouge. HEX triplet: 99, 41 and 7A. RGB value is (153,65,122). Sum of RGB (Red+Green+Blue) = 153+65+122=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #99417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99417A is #66BE85. Grayscale: #616161. Windows color (decimal): -6733446 or 8012185. OLE color: 8012185.
HSL color Cylindrical-coordinate representation of color #99417A: hue angle of 321.14º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #99417A is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 65 | 122 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.4 |
| HSL | 321.14º | 0.4% | 0.43% | - |
| HSV(B) | 321.14º | 0.58% | 0.6% | - |
| XYZ | 18.54 | 11.96 | 19.74 | - |
| YUV | 97.81 | 141.65 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 122 | 0 | 0.58 | 0.20 | 0.4 | 321.14 | 0.4 | 0.43 |
| Hex | 99 | 41 | 7A | 0 | 3A | 14 | 28 | 141 | 28 | 2B |
| Octal | 231 | 101 | 172 | 0 | 72 | 24 | 50 | 501 | 50 | 53 |
| Binary | 10011001 | 1000001 | 1111010 | 0 | 111010 | 10100 | 101000 | 101000001 | 101000 | 101011 |
Color Harmonies of #99417A
Complementary color
Monochromatic Colors of #99417A
Black with #99417A
Text Example
Text Example
White with #99417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99417A; }
p { color: rgb(153,65,122); }
H1.HeaderClassName
{
color: #99417A;
}
.AnyTagClassName
{
color: #99417A;
}
</style>
background-color css
<style>
a { background-color: #99417A; }
a { background-color: rgb(153,65,122); }
div.DivClassName
{
background-color: #99417A;
}
.BgClassName
{
background-color: #99417A;
}
</style>
border-color css
<style>
span { border-color: #99417A; }
span { border-color: rgb(153,65,122); }
td.TdClassName
{
border-color: #99417A;
}
.TagClassName
{
border-color: #99417A;
}
</style>