Shades of Rouge #983F77
Tints of Rouge #983F77
RGB
CMYK
RGB Variations
Color information
#983F77 (or 0x983F77) is known color: Rouge. HEX triplet: 98, 3F and 77. RGB value is (152,63,119). Sum of RGB (Red+Green+Blue) = 152+63+119=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #983F77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983F77 is #67C088. Grayscale: #5F5F5F. Windows color (decimal): -6799497 or 7815064. OLE color: 7815064.
HSL color Cylindrical-coordinate representation of color #983F77: hue angle of 322.25º 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 #983F77 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 63 | 119 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.40 |
| HSL | 322.25º | 0.41% | 0.42% | - |
| HSV(B) | 322.25º | 0.59% | 0.6% | - |
| XYZ | 18.06 | 11.56 | 18.73 | - |
| YUV | 96 | 140.99 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 119 | 0 | 0.59 | 0.22 | 0.40 | 322.25 | 0.41 | 0.42 |
| Hex | 98 | 3F | 77 | 0 | 3B | 16 | 28 | 142 | 29 | 2A |
| Octal | 230 | 77 | 167 | 0 | 73 | 26 | 50 | 502 | 51 | 52 |
| Binary | 10011000 | 111111 | 1110111 | 0 | 111011 | 10110 | 101000 | 101000010 | 101001 | 101010 |
Color Harmonies of #983F77
Complementary color
Monochromatic Colors of #983F77
Black with #983F77
Text Example
Text Example
White with #983F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983F77; }
p { color: rgb(152,63,119); }
H1.HeaderClassName
{
color: #983F77;
}
.AnyTagClassName
{
color: #983F77;
}
</style>
background-color css
<style>
a { background-color: #983F77; }
a { background-color: rgb(152,63,119); }
div.DivClassName
{
background-color: #983F77;
}
.BgClassName
{
background-color: #983F77;
}
</style>
border-color css
<style>
span { border-color: #983F77; }
span { border-color: rgb(152,63,119); }
td.TdClassName
{
border-color: #983F77;
}
.TagClassName
{
border-color: #983F77;
}
</style>