Shades of Rouge #983C6F
Tints of Rouge #983C6F
RGB
CMYK
RGB Variations
Color information
#983C6F (or 0x983C6F) is known color: Rouge. HEX triplet: 98, 3C and 6F. RGB value is (152,60,111). Sum of RGB (Red+Green+Blue) = 152+60+111=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #983C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983C6F is #67C390. Grayscale: #5D5D5D. Windows color (decimal): -6800273 or 7290008. OLE color: 7290008.
HSL color Cylindrical-coordinate representation of color #983C6F: hue angle of 326.74º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #983C6F is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 60 | 111 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.40 |
| HSL | 326.74º | 0.43% | 0.42% | - |
| HSV(B) | 326.74º | 0.61% | 0.6% | - |
| XYZ | 17.43 | 11.05 | 16.25 | - |
| YUV | 93.32 | 137.98 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 111 | 0 | 0.61 | 0.27 | 0.40 | 326.74 | 0.43 | 0.42 |
| Hex | 98 | 3C | 6F | 0 | 3D | 1B | 28 | 147 | 2B | 2A |
| Octal | 230 | 74 | 157 | 0 | 75 | 33 | 50 | 507 | 53 | 52 |
| Binary | 10011000 | 111100 | 1101111 | 0 | 111101 | 11011 | 101000 | 101000111 | 101011 | 101010 |
Color Harmonies of #983C6F
Complementary color
Monochromatic Colors of #983C6F
Black with #983C6F
Text Example
Text Example
White with #983C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983C6F; }
p { color: rgb(152,60,111); }
H1.HeaderClassName
{
color: #983C6F;
}
.AnyTagClassName
{
color: #983C6F;
}
</style>
background-color css
<style>
a { background-color: #983C6F; }
a { background-color: rgb(152,60,111); }
div.DivClassName
{
background-color: #983C6F;
}
.BgClassName
{
background-color: #983C6F;
}
</style>
border-color css
<style>
span { border-color: #983C6F; }
span { border-color: rgb(152,60,111); }
td.TdClassName
{
border-color: #983C6F;
}
.TagClassName
{
border-color: #983C6F;
}
</style>