Shades of Rouge #993668
Tints of Rouge #993668
RGB
CMYK
RGB Variations
Color information
#993668 (or 0x993668) is known color: Rouge. HEX triplet: 99, 36 and 68. RGB value is (153,54,104). Sum of RGB (Red+Green+Blue) = 153+54+104=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #993668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993668 is #66C997. Grayscale: #595959. Windows color (decimal): -6736280 or 6829721. OLE color: 6829721.
HSL color Cylindrical-coordinate representation of color #993668: hue angle of 329.7º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993668 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 54 | 104 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.4 |
| HSL | 329.7º | 0.48% | 0.41% | - |
| HSV(B) | 329.7º | 0.65% | 0.6% | - |
| XYZ | 16.95 | 10.41 | 14.21 | - |
| YUV | 89.3 | 136.3 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 54 | 104 | 0 | 0.65 | 0.32 | 0.4 | 329.7 | 0.48 | 0.41 |
| Hex | 99 | 36 | 68 | 0 | 41 | 20 | 28 | 14A | 30 | 29 |
| Octal | 231 | 66 | 150 | 0 | 101 | 40 | 50 | 512 | 60 | 51 |
| Binary | 10011001 | 110110 | 1101000 | 0 | 1000001 | 100000 | 101000 | 101001010 | 110000 | 101001 |
Color Harmonies of #993668
Complementary color
Monochromatic Colors of #993668
Black with #993668
Text Example
Text Example
White with #993668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993668; }
p { color: rgb(153,54,104); }
H1.HeaderClassName
{
color: #993668;
}
.AnyTagClassName
{
color: #993668;
}
</style>
background-color css
<style>
a { background-color: #993668; }
a { background-color: rgb(153,54,104); }
div.DivClassName
{
background-color: #993668;
}
.BgClassName
{
background-color: #993668;
}
</style>
border-color css
<style>
span { border-color: #993668; }
span { border-color: rgb(153,54,104); }
td.TdClassName
{
border-color: #993668;
}
.TagClassName
{
border-color: #993668;
}
</style>