Shades of Rouge #993768
Tints of Rouge #993768
RGB
CMYK
RGB Variations
Color information
#993768 (or 0x993768) is known color: Rouge. HEX triplet: 99, 37 and 68. RGB value is (153,55,104). Sum of RGB (Red+Green+Blue) = 153+55+104=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #993768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993768 is #66C897. Grayscale: #595959. Windows color (decimal): -6736024 or 6829977. OLE color: 6829977.
HSL color Cylindrical-coordinate representation of color #993768: hue angle of 330º 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 #993768 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 55 | 104 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.4 |
| HSL | 330º | 0.47% | 0.41% | - |
| HSV(B) | 330º | 0.64% | 0.6% | - |
| XYZ | 17 | 10.5 | 14.23 | - |
| YUV | 89.89 | 135.97 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 55 | 104 | 0 | 0.64 | 0.32 | 0.4 | 330 | 0.47 | 0.41 |
| Hex | 99 | 37 | 68 | 0 | 40 | 20 | 28 | 14A | 2F | 29 |
| Octal | 231 | 67 | 150 | 0 | 100 | 40 | 50 | 512 | 57 | 51 |
| Binary | 10011001 | 110111 | 1101000 | 0 | 1000000 | 100000 | 101000 | 101001010 | 101111 | 101001 |
Color Harmonies of #993768
Complementary color
Monochromatic Colors of #993768
Black with #993768
Text Example
Text Example
White with #993768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993768; }
p { color: rgb(153,55,104); }
H1.HeaderClassName
{
color: #993768;
}
.AnyTagClassName
{
color: #993768;
}
</style>
background-color css
<style>
a { background-color: #993768; }
a { background-color: rgb(153,55,104); }
div.DivClassName
{
background-color: #993768;
}
.BgClassName
{
background-color: #993768;
}
</style>
border-color css
<style>
span { border-color: #993768; }
span { border-color: rgb(153,55,104); }
td.TdClassName
{
border-color: #993768;
}
.TagClassName
{
border-color: #993768;
}
</style>