Shades of Rouge #99376C
Tints of Rouge #99376C
RGB
CMYK
RGB Variations
Color information
#99376C (or 0x99376C) is known color: Rouge. HEX triplet: 99, 37 and 6C. RGB value is (153,55,108). Sum of RGB (Red+Green+Blue) = 153+55+108=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #99376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99376C is #66C893. Grayscale: #5A5A5A. Windows color (decimal): -6736020 or 7092121. OLE color: 7092121.
HSL color Cylindrical-coordinate representation of color #99376C: hue angle of 327.55º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99376C is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 55 | 108 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.4 |
| HSL | 327.55º | 0.47% | 0.41% | - |
| HSV(B) | 327.55º | 0.64% | 0.6% | - |
| XYZ | 17.21 | 10.59 | 15.32 | - |
| YUV | 90.34 | 137.97 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 55 | 108 | 0 | 0.64 | 0.29 | 0.4 | 327.55 | 0.47 | 0.41 |
| Hex | 99 | 37 | 6C | 0 | 40 | 1D | 28 | 148 | 2F | 29 |
| Octal | 231 | 67 | 154 | 0 | 100 | 35 | 50 | 510 | 57 | 51 |
| Binary | 10011001 | 110111 | 1101100 | 0 | 1000000 | 11101 | 101000 | 101001000 | 101111 | 101001 |
Color Harmonies of #99376C
Complementary color
Monochromatic Colors of #99376C
Black with #99376C
Text Example
Text Example
White with #99376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99376C; }
p { color: rgb(153,55,108); }
H1.HeaderClassName
{
color: #99376C;
}
.AnyTagClassName
{
color: #99376C;
}
</style>
background-color css
<style>
a { background-color: #99376C; }
a { background-color: rgb(153,55,108); }
div.DivClassName
{
background-color: #99376C;
}
.BgClassName
{
background-color: #99376C;
}
</style>
border-color css
<style>
span { border-color: #99376C; }
span { border-color: rgb(153,55,108); }
td.TdClassName
{
border-color: #99376C;
}
.TagClassName
{
border-color: #99376C;
}
</style>