Shades of Rouge #973869
Tints of Rouge #973869
RGB
CMYK
RGB Variations
Color information
#973869 (or 0x973869) is known color: Rouge. HEX triplet: 97, 38 and 69. RGB value is (151,56,105). Sum of RGB (Red+Green+Blue) = 151+56+105=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #973869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973869 is #68C796. Grayscale: #595959. Windows color (decimal): -6866839 or 6895767. OLE color: 6895767.
HSL color Cylindrical-coordinate representation of color #973869: hue angle of 329.05º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #973869 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 56 | 105 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.41 |
| HSL | 329.05º | 0.46% | 0.41% | - |
| HSV(B) | 329.05º | 0.63% | 0.59% | - |
| XYZ | 16.73 | 10.43 | 14.5 | - |
| YUV | 89.99 | 136.47 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 56 | 105 | 0 | 0.63 | 0.30 | 0.41 | 329.05 | 0.46 | 0.41 |
| Hex | 97 | 38 | 69 | 0 | 3F | 1E | 29 | 149 | 2E | 29 |
| Octal | 227 | 70 | 151 | 0 | 77 | 36 | 51 | 511 | 56 | 51 |
| Binary | 10010111 | 111000 | 1101001 | 0 | 111111 | 11110 | 101001 | 101001001 | 101110 | 101001 |
Color Harmonies of #973869
Complementary color
Monochromatic Colors of #973869
Black with #973869
Text Example
Text Example
White with #973869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973869; }
p { color: rgb(151,56,105); }
H1.HeaderClassName
{
color: #973869;
}
.AnyTagClassName
{
color: #973869;
}
</style>
background-color css
<style>
a { background-color: #973869; }
a { background-color: rgb(151,56,105); }
div.DivClassName
{
background-color: #973869;
}
.BgClassName
{
background-color: #973869;
}
</style>
border-color css
<style>
span { border-color: #973869; }
span { border-color: rgb(151,56,105); }
td.TdClassName
{
border-color: #973869;
}
.TagClassName
{
border-color: #973869;
}
</style>