Shades of Rouge #983C6E
Tints of Rouge #983C6E
RGB
CMYK
RGB Variations
Color information
#983C6E (or 0x983C6E) is known color: Rouge. HEX triplet: 98, 3C and 6E. RGB value is (152,60,110). Sum of RGB (Red+Green+Blue) = 152+60+110=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #983C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983C6E is #67C391. Grayscale: #5D5D5D. Windows color (decimal): -6800274 or 7224472. OLE color: 7224472.
HSL color Cylindrical-coordinate representation of color #983C6E: hue angle of 327.39º 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 #983C6E is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 60 | 110 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.40 |
| HSL | 327.39º | 0.43% | 0.42% | - |
| HSV(B) | 327.39º | 0.61% | 0.6% | - |
| XYZ | 17.38 | 11.03 | 15.97 | - |
| YUV | 93.21 | 137.48 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 110 | 0 | 0.61 | 0.28 | 0.40 | 327.39 | 0.43 | 0.42 |
| Hex | 98 | 3C | 6E | 0 | 3D | 1C | 28 | 147 | 2B | 2A |
| Octal | 230 | 74 | 156 | 0 | 75 | 34 | 50 | 507 | 53 | 52 |
| Binary | 10011000 | 111100 | 1101110 | 0 | 111101 | 11100 | 101000 | 101000111 | 101011 | 101010 |
Color Harmonies of #983C6E
Complementary color
Monochromatic Colors of #983C6E
Black with #983C6E
Text Example
Text Example
White with #983C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983C6E; }
p { color: rgb(152,60,110); }
H1.HeaderClassName
{
color: #983C6E;
}
.AnyTagClassName
{
color: #983C6E;
}
</style>
background-color css
<style>
a { background-color: #983C6E; }
a { background-color: rgb(152,60,110); }
div.DivClassName
{
background-color: #983C6E;
}
.BgClassName
{
background-color: #983C6E;
}
</style>
border-color css
<style>
span { border-color: #983C6E; }
span { border-color: rgb(152,60,110); }
td.TdClassName
{
border-color: #983C6E;
}
.TagClassName
{
border-color: #983C6E;
}
</style>