Shades of Rouge #993866
Tints of Rouge #993866
RGB
CMYK
RGB Variations
Color information
#993866 (or 0x993866) is known color: Rouge. HEX triplet: 99, 38 and 66. RGB value is (153,56,102). Sum of RGB (Red+Green+Blue) = 153+56+102=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #993866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993866 is #66C799. Grayscale: #5A5A5A. Windows color (decimal): -6735770 or 6699161. OLE color: 6699161.
HSL color Cylindrical-coordinate representation of color #993866: hue angle of 331.55º 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 #993866 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 56 | 102 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.4 |
| HSL | 331.55º | 0.46% | 0.41% | - |
| HSV(B) | 331.55º | 0.63% | 0.6% | - |
| XYZ | 16.95 | 10.56 | 13.72 | - |
| YUV | 90.25 | 134.64 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 102 | 0 | 0.63 | 0.33 | 0.4 | 331.55 | 0.46 | 0.41 |
| Hex | 99 | 38 | 66 | 0 | 3F | 21 | 28 | 14C | 2E | 29 |
| Octal | 231 | 70 | 146 | 0 | 77 | 41 | 50 | 514 | 56 | 51 |
| Binary | 10011001 | 111000 | 1100110 | 0 | 111111 | 100001 | 101000 | 101001100 | 101110 | 101001 |
Color Harmonies of #993866
Complementary color
Monochromatic Colors of #993866
Black with #993866
Text Example
Text Example
White with #993866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993866; }
p { color: rgb(153,56,102); }
H1.HeaderClassName
{
color: #993866;
}
.AnyTagClassName
{
color: #993866;
}
</style>
background-color css
<style>
a { background-color: #993866; }
a { background-color: rgb(153,56,102); }
div.DivClassName
{
background-color: #993866;
}
.BgClassName
{
background-color: #993866;
}
</style>
border-color css
<style>
span { border-color: #993866; }
span { border-color: rgb(153,56,102); }
td.TdClassName
{
border-color: #993866;
}
.TagClassName
{
border-color: #993866;
}
</style>