Shades of Rouge #983F72
Tints of Rouge #983F72
RGB
CMYK
RGB Variations
Color information
#983F72 (or 0x983F72) is known color: Rouge. HEX triplet: 98, 3F and 72. RGB value is (152,63,114). Sum of RGB (Red+Green+Blue) = 152+63+114=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #983F72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983F72 is #67C08D. Grayscale: #5F5F5F. Windows color (decimal): -6799502 or 7487384. OLE color: 7487384.
HSL color Cylindrical-coordinate representation of color #983F72: hue angle of 325.62º 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 #983F72 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 63 | 114 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.40 |
| HSL | 325.62º | 0.41% | 0.42% | - |
| HSV(B) | 325.62º | 0.59% | 0.6% | - |
| XYZ | 17.76 | 11.45 | 17.19 | - |
| YUV | 95.43 | 138.49 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 114 | 0 | 0.59 | 0.25 | 0.40 | 325.62 | 0.41 | 0.42 |
| Hex | 98 | 3F | 72 | 0 | 3B | 19 | 28 | 146 | 29 | 2A |
| Octal | 230 | 77 | 162 | 0 | 73 | 31 | 50 | 506 | 51 | 52 |
| Binary | 10011000 | 111111 | 1110010 | 0 | 111011 | 11001 | 101000 | 101000110 | 101001 | 101010 |
Color Harmonies of #983F72
Complementary color
Monochromatic Colors of #983F72
Black with #983F72
Text Example
Text Example
White with #983F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983F72; }
p { color: rgb(152,63,114); }
H1.HeaderClassName
{
color: #983F72;
}
.AnyTagClassName
{
color: #983F72;
}
</style>
background-color css
<style>
a { background-color: #983F72; }
a { background-color: rgb(152,63,114); }
div.DivClassName
{
background-color: #983F72;
}
.BgClassName
{
background-color: #983F72;
}
</style>
border-color css
<style>
span { border-color: #983F72; }
span { border-color: rgb(152,63,114); }
td.TdClassName
{
border-color: #983F72;
}
.TagClassName
{
border-color: #983F72;
}
</style>