Shades of Rouge #99356E
Tints of Rouge #99356E
RGB
CMYK
RGB Variations
Color information
#99356E (or 0x99356E) is known color: Rouge. HEX triplet: 99, 35 and 6E. RGB value is (153,53,110). Sum of RGB (Red+Green+Blue) = 153+53+110=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #99356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99356E is #66CA91. Grayscale: #595959. Windows color (decimal): -6736530 or 7222681. OLE color: 7222681.
HSL color Cylindrical-coordinate representation of color #99356E: hue angle of 325.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99356E is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 53 | 110 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.4 |
| HSL | 325.8º | 0.49% | 0.4% | - |
| HSV(B) | 325.8º | 0.65% | 0.6% | - |
| XYZ | 17.22 | 10.44 | 15.86 | - |
| YUV | 89.4 | 139.63 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 110 | 0 | 0.65 | 0.28 | 0.4 | 325.8 | 0.49 | 0.4 |
| Hex | 99 | 35 | 6E | 0 | 41 | 1C | 28 | 146 | 31 | 28 |
| Octal | 231 | 65 | 156 | 0 | 101 | 34 | 50 | 506 | 61 | 50 |
| Binary | 10011001 | 110101 | 1101110 | 0 | 1000001 | 11100 | 101000 | 101000110 | 110001 | 101000 |
Color Harmonies of #99356E
Complementary color
Monochromatic Colors of #99356E
Black with #99356E
Text Example
Text Example
White with #99356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99356E; }
p { color: rgb(153,53,110); }
H1.HeaderClassName
{
color: #99356E;
}
.AnyTagClassName
{
color: #99356E;
}
</style>
background-color css
<style>
a { background-color: #99356E; }
a { background-color: rgb(153,53,110); }
div.DivClassName
{
background-color: #99356E;
}
.BgClassName
{
background-color: #99356E;
}
</style>
border-color css
<style>
span { border-color: #99356E; }
span { border-color: rgb(153,53,110); }
td.TdClassName
{
border-color: #99356E;
}
.TagClassName
{
border-color: #99356E;
}
</style>