Shades of Rouge #99356C
Tints of Rouge #99356C
RGB
CMYK
RGB Variations
Color information
#99356C (or 0x99356C) is known color: Rouge. HEX triplet: 99, 35 and 6C. RGB value is (153,53,108). Sum of RGB (Red+Green+Blue) = 153+53+108=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #99356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99356C is #66CA93. Grayscale: #595959. Windows color (decimal): -6736532 or 7091609. OLE color: 7091609.
HSL color Cylindrical-coordinate representation of color #99356C: hue angle of 327º 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 #99356C is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 53 | 108 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.4 |
| HSL | 327º | 0.49% | 0.4% | - |
| HSV(B) | 327º | 0.65% | 0.6% | - |
| XYZ | 17.12 | 10.4 | 15.29 | - |
| YUV | 89.17 | 138.63 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 108 | 0 | 0.65 | 0.29 | 0.4 | 327 | 0.49 | 0.4 |
| Hex | 99 | 35 | 6C | 0 | 41 | 1D | 28 | 147 | 31 | 28 |
| Octal | 231 | 65 | 154 | 0 | 101 | 35 | 50 | 507 | 61 | 50 |
| Binary | 10011001 | 110101 | 1101100 | 0 | 1000001 | 11101 | 101000 | 101000111 | 110001 | 101000 |
Color Harmonies of #99356C
Complementary color
Monochromatic Colors of #99356C
Black with #99356C
Text Example
Text Example
White with #99356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99356C; }
p { color: rgb(153,53,108); }
H1.HeaderClassName
{
color: #99356C;
}
.AnyTagClassName
{
color: #99356C;
}
</style>
background-color css
<style>
a { background-color: #99356C; }
a { background-color: rgb(153,53,108); }
div.DivClassName
{
background-color: #99356C;
}
.BgClassName
{
background-color: #99356C;
}
</style>
border-color css
<style>
span { border-color: #99356C; }
span { border-color: rgb(153,53,108); }
td.TdClassName
{
border-color: #99356C;
}
.TagClassName
{
border-color: #99356C;
}
</style>