Shades of Rouge #99376B
Tints of Rouge #99376B
RGB
CMYK
RGB Variations
Color information
#99376B (or 0x99376B) is known color: Rouge. HEX triplet: 99, 37 and 6B. RGB value is (153,55,107). Sum of RGB (Red+Green+Blue) = 153+55+107=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #99376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99376B is #66C894. Grayscale: #5A5A5A. Windows color (decimal): -6736021 or 7026585. OLE color: 7026585.
HSL color Cylindrical-coordinate representation of color #99376B: hue angle of 328.16º 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 #99376B is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 55 | 107 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.4 |
| HSL | 328.16º | 0.47% | 0.41% | - |
| HSV(B) | 328.16º | 0.64% | 0.6% | - |
| XYZ | 17.16 | 10.57 | 15.05 | - |
| YUV | 90.23 | 137.47 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 55 | 107 | 0 | 0.64 | 0.30 | 0.4 | 328.16 | 0.47 | 0.41 |
| Hex | 99 | 37 | 6B | 0 | 40 | 1E | 28 | 148 | 2F | 29 |
| Octal | 231 | 67 | 153 | 0 | 100 | 36 | 50 | 510 | 57 | 51 |
| Binary | 10011001 | 110111 | 1101011 | 0 | 1000000 | 11110 | 101000 | 101001000 | 101111 | 101001 |
Color Harmonies of #99376B
Complementary color
Monochromatic Colors of #99376B
Black with #99376B
Text Example
Text Example
White with #99376B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99376B; }
p { color: rgb(153,55,107); }
H1.HeaderClassName
{
color: #99376B;
}
.AnyTagClassName
{
color: #99376B;
}
</style>
background-color css
<style>
a { background-color: #99376B; }
a { background-color: rgb(153,55,107); }
div.DivClassName
{
background-color: #99376B;
}
.BgClassName
{
background-color: #99376B;
}
</style>
border-color css
<style>
span { border-color: #99376B; }
span { border-color: rgb(153,55,107); }
td.TdClassName
{
border-color: #99376B;
}
.TagClassName
{
border-color: #99376B;
}
</style>