Shades of Rouge #99366C
Tints of Rouge #99366C
RGB
CMYK
RGB Variations
Color information
#99366C (or 0x99366C) is known color: Rouge. HEX triplet: 99, 36 and 6C. RGB value is (153,54,108). Sum of RGB (Red+Green+Blue) = 153+54+108=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #99366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99366C is #66C993. Grayscale: #595959. Windows color (decimal): -6736276 or 7091865. OLE color: 7091865.
HSL color Cylindrical-coordinate representation of color #99366C: hue angle of 327.27º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99366C is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 54 | 108 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.4 |
| HSL | 327.27º | 0.48% | 0.41% | - |
| HSV(B) | 327.27º | 0.65% | 0.6% | - |
| XYZ | 17.16 | 10.49 | 15.31 | - |
| YUV | 89.76 | 138.3 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 54 | 108 | 0 | 0.65 | 0.29 | 0.4 | 327.27 | 0.48 | 0.41 |
| Hex | 99 | 36 | 6C | 0 | 41 | 1D | 28 | 147 | 30 | 29 |
| Octal | 231 | 66 | 154 | 0 | 101 | 35 | 50 | 507 | 60 | 51 |
| Binary | 10011001 | 110110 | 1101100 | 0 | 1000001 | 11101 | 101000 | 101000111 | 110000 | 101001 |
Color Harmonies of #99366C
Complementary color
Monochromatic Colors of #99366C
Black with #99366C
Text Example
Text Example
White with #99366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99366C; }
p { color: rgb(153,54,108); }
H1.HeaderClassName
{
color: #99366C;
}
.AnyTagClassName
{
color: #99366C;
}
</style>
background-color css
<style>
a { background-color: #99366C; }
a { background-color: rgb(153,54,108); }
div.DivClassName
{
background-color: #99366C;
}
.BgClassName
{
background-color: #99366C;
}
</style>
border-color css
<style>
span { border-color: #99366C; }
span { border-color: rgb(153,54,108); }
td.TdClassName
{
border-color: #99366C;
}
.TagClassName
{
border-color: #99366C;
}
</style>