Shades of Rouge #983966
Tints of Rouge #983966
RGB
CMYK
RGB Variations
Color information
#983966 (or 0x983966) is known color: Rouge. HEX triplet: 98, 39 and 66. RGB value is (152,57,102). Sum of RGB (Red+Green+Blue) = 152+57+102=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #983966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983966 is #67C699. Grayscale: #5A5A5A. Windows color (decimal): -6801050 or 6699416. OLE color: 6699416.
HSL color Cylindrical-coordinate representation of color #983966: hue angle of 331.58º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #983966 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 57 | 102 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.40 |
| HSL | 331.58º | 0.45% | 0.41% | - |
| HSV(B) | 331.58º | 0.63% | 0.6% | - |
| XYZ | 16.81 | 10.56 | 13.72 | - |
| YUV | 90.54 | 134.47 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 57 | 102 | 0 | 0.62 | 0.33 | 0.40 | 331.58 | 0.45 | 0.41 |
| Hex | 98 | 39 | 66 | 0 | 3E | 21 | 28 | 14C | 2D | 29 |
| Octal | 230 | 71 | 146 | 0 | 76 | 41 | 50 | 514 | 55 | 51 |
| Binary | 10011000 | 111001 | 1100110 | 0 | 111110 | 100001 | 101000 | 101001100 | 101101 | 101001 |
Color Harmonies of #983966
Complementary color
Monochromatic Colors of #983966
Black with #983966
Text Example
Text Example
White with #983966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983966; }
p { color: rgb(152,57,102); }
H1.HeaderClassName
{
color: #983966;
}
.AnyTagClassName
{
color: #983966;
}
</style>
background-color css
<style>
a { background-color: #983966; }
a { background-color: rgb(152,57,102); }
div.DivClassName
{
background-color: #983966;
}
.BgClassName
{
background-color: #983966;
}
</style>
border-color css
<style>
span { border-color: #983966; }
span { border-color: rgb(152,57,102); }
td.TdClassName
{
border-color: #983966;
}
.TagClassName
{
border-color: #983966;
}
</style>