Shades of Rouge #983873
Tints of Rouge #983873
RGB
CMYK
RGB Variations
Color information
#983873 (or 0x983873) is known color: Rouge. HEX triplet: 98, 38 and 73. RGB value is (152,56,115). Sum of RGB (Red+Green+Blue) = 152+56+115=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #983873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983873 is #67C78C. Grayscale: #5B5B5B. Windows color (decimal): -6801293 or 7551128. OLE color: 7551128.
HSL color Cylindrical-coordinate representation of color #983873: hue angle of 323.12º 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 #983873 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 56 | 115 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.40 |
| HSL | 323.13º | 0.46% | 0.41% | - |
| HSV(B) | 323.13º | 0.63% | 0.6% | - |
| XYZ | 17.46 | 10.74 | 17.37 | - |
| YUV | 91.43 | 141.3 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 56 | 115 | 0 | 0.63 | 0.24 | 0.40 | 323.13 | 0.46 | 0.41 |
| Hex | 98 | 38 | 73 | 0 | 3F | 18 | 28 | 143 | 2E | 29 |
| Octal | 230 | 70 | 163 | 0 | 77 | 30 | 50 | 503 | 56 | 51 |
| Binary | 10011000 | 111000 | 1110011 | 0 | 111111 | 11000 | 101000 | 101000011 | 101110 | 101001 |
Color Harmonies of #983873
Complementary color
Monochromatic Colors of #983873
Black with #983873
Text Example
Text Example
White with #983873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983873; }
p { color: rgb(152,56,115); }
H1.HeaderClassName
{
color: #983873;
}
.AnyTagClassName
{
color: #983873;
}
</style>
background-color css
<style>
a { background-color: #983873; }
a { background-color: rgb(152,56,115); }
div.DivClassName
{
background-color: #983873;
}
.BgClassName
{
background-color: #983873;
}
</style>
border-color css
<style>
span { border-color: #983873; }
span { border-color: rgb(152,56,115); }
td.TdClassName
{
border-color: #983873;
}
.TagClassName
{
border-color: #983873;
}
</style>