Shades of Rouge #99346C
Tints of Rouge #99346C
RGB
CMYK
RGB Variations
Color information
#99346C (or 0x99346C) is known color: Rouge. HEX triplet: 99, 34 and 6C. RGB value is (153,52,108). Sum of RGB (Red+Green+Blue) = 153+52+108=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #99346C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99346C is #66CB93. Grayscale: #585858. Windows color (decimal): -6736788 or 7091353. OLE color: 7091353.
HSL color Cylindrical-coordinate representation of color #99346C: hue angle of 326.73º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #99346C is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 52 | 108 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.4 |
| HSL | 326.73º | 0.49% | 0.4% | - |
| HSV(B) | 326.73º | 0.66% | 0.6% | - |
| XYZ | 17.07 | 10.31 | 15.28 | - |
| YUV | 88.58 | 138.96 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 108 | 0 | 0.66 | 0.29 | 0.4 | 326.73 | 0.49 | 0.4 |
| Hex | 99 | 34 | 6C | 0 | 42 | 1D | 28 | 147 | 31 | 28 |
| Octal | 231 | 64 | 154 | 0 | 102 | 35 | 50 | 507 | 61 | 50 |
| Binary | 10011001 | 110100 | 1101100 | 0 | 1000010 | 11101 | 101000 | 101000111 | 110001 | 101000 |
Color Harmonies of #99346C
Complementary color
Monochromatic Colors of #99346C
Black with #99346C
Text Example
Text Example
White with #99346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99346C; }
p { color: rgb(153,52,108); }
H1.HeaderClassName
{
color: #99346C;
}
.AnyTagClassName
{
color: #99346C;
}
</style>
background-color css
<style>
a { background-color: #99346C; }
a { background-color: rgb(153,52,108); }
div.DivClassName
{
background-color: #99346C;
}
.BgClassName
{
background-color: #99346C;
}
</style>
border-color css
<style>
span { border-color: #99346C; }
span { border-color: rgb(153,52,108); }
td.TdClassName
{
border-color: #99346C;
}
.TagClassName
{
border-color: #99346C;
}
</style>