Shades of Rouge #973968
Tints of Rouge #973968
RGB
CMYK
RGB Variations
Color information
#973968 (or 0x973968) is known color: Rouge. HEX triplet: 97, 39 and 68. RGB value is (151,57,104). Sum of RGB (Red+Green+Blue) = 151+57+104=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #973968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973968 is #68C697. Grayscale: #5A5A5A. Windows color (decimal): -6866584 or 6830487. OLE color: 6830487.
HSL color Cylindrical-coordinate representation of color #973968: hue angle of 330º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #973968 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 57 | 104 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.41 |
| HSL | 330º | 0.45% | 0.41% | - |
| HSV(B) | 330º | 0.62% | 0.59% | - |
| XYZ | 16.72 | 10.51 | 14.24 | - |
| YUV | 90.46 | 135.64 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 57 | 104 | 0 | 0.62 | 0.31 | 0.41 | 330 | 0.45 | 0.41 |
| Hex | 97 | 39 | 68 | 0 | 3E | 1F | 29 | 14A | 2D | 29 |
| Octal | 227 | 71 | 150 | 0 | 76 | 37 | 51 | 512 | 55 | 51 |
| Binary | 10010111 | 111001 | 1101000 | 0 | 111110 | 11111 | 101001 | 101001010 | 101101 | 101001 |
Color Harmonies of #973968
Complementary color
Monochromatic Colors of #973968
Black with #973968
Text Example
Text Example
White with #973968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973968; }
p { color: rgb(151,57,104); }
H1.HeaderClassName
{
color: #973968;
}
.AnyTagClassName
{
color: #973968;
}
</style>
background-color css
<style>
a { background-color: #973968; }
a { background-color: rgb(151,57,104); }
div.DivClassName
{
background-color: #973968;
}
.BgClassName
{
background-color: #973968;
}
</style>
border-color css
<style>
span { border-color: #973968; }
span { border-color: rgb(151,57,104); }
td.TdClassName
{
border-color: #973968;
}
.TagClassName
{
border-color: #973968;
}
</style>