Shades of Rouge #983F75
Tints of Rouge #983F75
RGB
CMYK
RGB Variations
Color information
#983F75 (or 0x983F75) is known color: Rouge. HEX triplet: 98, 3F and 75. RGB value is (152,63,117). Sum of RGB (Red+Green+Blue) = 152+63+117=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #983F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983F75 is #67C08A. Grayscale: #5F5F5F. Windows color (decimal): -6799499 or 7683992. OLE color: 7683992.
HSL color Cylindrical-coordinate representation of color #983F75: hue angle of 323.6º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #983F75 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 63 | 117 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.40 |
| HSL | 323.6º | 0.41% | 0.42% | - |
| HSV(B) | 323.6º | 0.59% | 0.6% | - |
| XYZ | 17.94 | 11.51 | 18.11 | - |
| YUV | 95.77 | 139.99 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 117 | 0 | 0.59 | 0.23 | 0.40 | 323.6 | 0.41 | 0.42 |
| Hex | 98 | 3F | 75 | 0 | 3B | 17 | 28 | 144 | 29 | 2A |
| Octal | 230 | 77 | 165 | 0 | 73 | 27 | 50 | 504 | 51 | 52 |
| Binary | 10011000 | 111111 | 1110101 | 0 | 111011 | 10111 | 101000 | 101000100 | 101001 | 101010 |
Color Harmonies of #983F75
Complementary color
Monochromatic Colors of #983F75
Black with #983F75
Text Example
Text Example
White with #983F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983F75; }
p { color: rgb(152,63,117); }
H1.HeaderClassName
{
color: #983F75;
}
.AnyTagClassName
{
color: #983F75;
}
</style>
background-color css
<style>
a { background-color: #983F75; }
a { background-color: rgb(152,63,117); }
div.DivClassName
{
background-color: #983F75;
}
.BgClassName
{
background-color: #983F75;
}
</style>
border-color css
<style>
span { border-color: #983F75; }
span { border-color: rgb(152,63,117); }
td.TdClassName
{
border-color: #983F75;
}
.TagClassName
{
border-color: #983F75;
}
</style>