Shades of Rouge #983867
Tints of Rouge #983867
RGB
CMYK
RGB Variations
Color information
#983867 (or 0x983867) is known color: Rouge. HEX triplet: 98, 38 and 67. RGB value is (152,56,103). Sum of RGB (Red+Green+Blue) = 152+56+103=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #983867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983867 is #67C798. Grayscale: #595959. Windows color (decimal): -6801305 or 6764696. OLE color: 6764696.
HSL color Cylindrical-coordinate representation of color #983867: hue angle of 330.62º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #983867 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 56 | 103 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.40 |
| HSL | 330.63º | 0.46% | 0.41% | - |
| HSV(B) | 330.63º | 0.63% | 0.6% | - |
| XYZ | 16.81 | 10.48 | 13.97 | - |
| YUV | 90.06 | 135.3 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 56 | 103 | 0 | 0.63 | 0.32 | 0.40 | 330.63 | 0.46 | 0.41 |
| Hex | 98 | 38 | 67 | 0 | 3F | 20 | 28 | 14B | 2E | 29 |
| Octal | 230 | 70 | 147 | 0 | 77 | 40 | 50 | 513 | 56 | 51 |
| Binary | 10011000 | 111000 | 1100111 | 0 | 111111 | 100000 | 101000 | 101001011 | 101110 | 101001 |
Color Harmonies of #983867
Complementary color
Monochromatic Colors of #983867
Black with #983867
Text Example
Text Example
White with #983867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983867; }
p { color: rgb(152,56,103); }
H1.HeaderClassName
{
color: #983867;
}
.AnyTagClassName
{
color: #983867;
}
</style>
background-color css
<style>
a { background-color: #983867; }
a { background-color: rgb(152,56,103); }
div.DivClassName
{
background-color: #983867;
}
.BgClassName
{
background-color: #983867;
}
</style>
border-color css
<style>
span { border-color: #983867; }
span { border-color: rgb(152,56,103); }
td.TdClassName
{
border-color: #983867;
}
.TagClassName
{
border-color: #983867;
}
</style>