Shades of Rouge #983766
Tints of Rouge #983766
RGB
CMYK
RGB Variations
Color information
#983766 (or 0x983766) is known color: Rouge. HEX triplet: 98, 37 and 66. RGB value is (152,55,102). Sum of RGB (Red+Green+Blue) = 152+55+102=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #983766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983766 is #67C899. Grayscale: #595959. Windows color (decimal): -6801562 or 6698904. OLE color: 6698904.
HSL color Cylindrical-coordinate representation of color #983766: hue angle of 330.93º 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 #983766 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 55 | 102 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.40 |
| HSL | 330.93º | 0.47% | 0.41% | - |
| HSV(B) | 330.93º | 0.64% | 0.6% | - |
| XYZ | 16.71 | 10.37 | 13.69 | - |
| YUV | 89.36 | 135.14 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 55 | 102 | 0 | 0.64 | 0.33 | 0.40 | 330.93 | 0.47 | 0.41 |
| Hex | 98 | 37 | 66 | 0 | 40 | 21 | 28 | 14B | 2F | 29 |
| Octal | 230 | 67 | 146 | 0 | 100 | 41 | 50 | 513 | 57 | 51 |
| Binary | 10011000 | 110111 | 1100110 | 0 | 1000000 | 100001 | 101000 | 101001011 | 101111 | 101001 |
Color Harmonies of #983766
Complementary color
Monochromatic Colors of #983766
Black with #983766
Text Example
Text Example
White with #983766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983766; }
p { color: rgb(152,55,102); }
H1.HeaderClassName
{
color: #983766;
}
.AnyTagClassName
{
color: #983766;
}
</style>
background-color css
<style>
a { background-color: #983766; }
a { background-color: rgb(152,55,102); }
div.DivClassName
{
background-color: #983766;
}
.BgClassName
{
background-color: #983766;
}
</style>
border-color css
<style>
span { border-color: #983766; }
span { border-color: rgb(152,55,102); }
td.TdClassName
{
border-color: #983766;
}
.TagClassName
{
border-color: #983766;
}
</style>