Shades of Rouge #983A70
Tints of Rouge #983A70
RGB
CMYK
RGB Variations
Color information
#983A70 (or 0x983A70) is known color: Rouge. HEX triplet: 98, 3A and 70. RGB value is (152,58,112). Sum of RGB (Red+Green+Blue) = 152+58+112=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #983A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983A70 is #67C58F. Grayscale: #5C5C5C. Windows color (decimal): -6800784 or 7355032. OLE color: 7355032.
HSL color Cylindrical-coordinate representation of color #983A70: hue angle of 325.53º 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 #983A70 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 58 | 112 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.40 |
| HSL | 325.53º | 0.45% | 0.41% | - |
| HSV(B) | 325.53º | 0.62% | 0.6% | - |
| XYZ | 17.39 | 10.87 | 16.51 | - |
| YUV | 92.26 | 139.14 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 58 | 112 | 0 | 0.62 | 0.26 | 0.40 | 325.53 | 0.45 | 0.41 |
| Hex | 98 | 3A | 70 | 0 | 3E | 1A | 28 | 146 | 2D | 29 |
| Octal | 230 | 72 | 160 | 0 | 76 | 32 | 50 | 506 | 55 | 51 |
| Binary | 10011000 | 111010 | 1110000 | 0 | 111110 | 11010 | 101000 | 101000110 | 101101 | 101001 |
Color Harmonies of #983A70
Complementary color
Monochromatic Colors of #983A70
Black with #983A70
Text Example
Text Example
White with #983A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983A70; }
p { color: rgb(152,58,112); }
H1.HeaderClassName
{
color: #983A70;
}
.AnyTagClassName
{
color: #983A70;
}
</style>
background-color css
<style>
a { background-color: #983A70; }
a { background-color: rgb(152,58,112); }
div.DivClassName
{
background-color: #983A70;
}
.BgClassName
{
background-color: #983A70;
}
</style>
border-color css
<style>
span { border-color: #983A70; }
span { border-color: rgb(152,58,112); }
td.TdClassName
{
border-color: #983A70;
}
.TagClassName
{
border-color: #983A70;
}
</style>