Shades of Rouge #99396D
Tints of Rouge #99396D
RGB
CMYK
RGB Variations
Color information
#99396D (or 0x99396D) is known color: Rouge. HEX triplet: 99, 39 and 6D. RGB value is (153,57,109). Sum of RGB (Red+Green+Blue) = 153+57+109=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #99396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99396D is #66C692. Grayscale: #5B5B5B. Windows color (decimal): -6735507 or 7158169. OLE color: 7158169.
HSL color Cylindrical-coordinate representation of color #99396D: hue angle of 327.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99396D is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 57 | 109 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.4 |
| HSL | 327.5º | 0.46% | 0.41% | - |
| HSV(B) | 327.5º | 0.63% | 0.6% | - |
| XYZ | 17.36 | 10.8 | 15.64 | - |
| YUV | 91.63 | 137.8 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 109 | 0 | 0.63 | 0.29 | 0.4 | 327.5 | 0.46 | 0.41 |
| Hex | 99 | 39 | 6D | 0 | 3F | 1D | 28 | 148 | 2E | 29 |
| Octal | 231 | 71 | 155 | 0 | 77 | 35 | 50 | 510 | 56 | 51 |
| Binary | 10011001 | 111001 | 1101101 | 0 | 111111 | 11101 | 101000 | 101001000 | 101110 | 101001 |
Color Harmonies of #99396D
Complementary color
Monochromatic Colors of #99396D
Black with #99396D
Text Example
Text Example
White with #99396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99396D; }
p { color: rgb(153,57,109); }
H1.HeaderClassName
{
color: #99396D;
}
.AnyTagClassName
{
color: #99396D;
}
</style>
background-color css
<style>
a { background-color: #99396D; }
a { background-color: rgb(153,57,109); }
div.DivClassName
{
background-color: #99396D;
}
.BgClassName
{
background-color: #99396D;
}
</style>
border-color css
<style>
span { border-color: #99396D; }
span { border-color: rgb(153,57,109); }
td.TdClassName
{
border-color: #99396D;
}
.TagClassName
{
border-color: #99396D;
}
</style>