Shades of Rouge #983A74
Tints of Rouge #983A74
RGB
CMYK
RGB Variations
Color information
#983A74 (or 0x983A74) is known color: Rouge. HEX triplet: 98, 3A and 74. RGB value is (152,58,116). Sum of RGB (Red+Green+Blue) = 152+58+116=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #983A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983A74 is #67C58B. Grayscale: #5C5C5C. Windows color (decimal): -6800780 or 7617176. OLE color: 7617176.
HSL color Cylindrical-coordinate representation of color #983A74: hue angle of 322.98º 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 #983A74 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 58 | 116 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.40 |
| HSL | 322.98º | 0.45% | 0.41% | - |
| HSV(B) | 322.98º | 0.62% | 0.6% | - |
| XYZ | 17.61 | 10.96 | 17.71 | - |
| YUV | 92.72 | 141.14 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 58 | 116 | 0 | 0.62 | 0.24 | 0.40 | 322.98 | 0.45 | 0.41 |
| Hex | 98 | 3A | 74 | 0 | 3E | 18 | 28 | 143 | 2D | 29 |
| Octal | 230 | 72 | 164 | 0 | 76 | 30 | 50 | 503 | 55 | 51 |
| Binary | 10011000 | 111010 | 1110100 | 0 | 111110 | 11000 | 101000 | 101000011 | 101101 | 101001 |
Color Harmonies of #983A74
Complementary color
Monochromatic Colors of #983A74
Black with #983A74
Text Example
Text Example
White with #983A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983A74; }
p { color: rgb(152,58,116); }
H1.HeaderClassName
{
color: #983A74;
}
.AnyTagClassName
{
color: #983A74;
}
</style>
background-color css
<style>
a { background-color: #983A74; }
a { background-color: rgb(152,58,116); }
div.DivClassName
{
background-color: #983A74;
}
.BgClassName
{
background-color: #983A74;
}
</style>
border-color css
<style>
span { border-color: #983A74; }
span { border-color: rgb(152,58,116); }
td.TdClassName
{
border-color: #983A74;
}
.TagClassName
{
border-color: #983A74;
}
</style>