Shades of Rouge #9A3968
Tints of Rouge #9A3968
RGB
CMYK
RGB Variations
Color information
#9A3968 (or 0x9A3968) is known color: Rouge. HEX triplet: 9A, 39 and 68. RGB value is (154,57,104). Sum of RGB (Red+Green+Blue) = 154+57+104=315 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.89% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3968 is #65C697. Grayscale: #5B5B5B. Windows color (decimal): -6669976 or 6830490. OLE color: 6830490.
HSL color Cylindrical-coordinate representation of color #9A3968: hue angle of 330.93º 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 #9A3968 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 57 | 104 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.40 |
| HSL | 330.93º | 0.46% | 0.41% | - |
| HSV(B) | 330.93º | 0.63% | 0.6% | - |
| XYZ | 17.29 | 10.8 | 14.27 | - |
| YUV | 91.36 | 135.14 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 57 | 104 | 0 | 0.63 | 0.32 | 0.40 | 330.93 | 0.46 | 0.41 |
| Hex | 9A | 39 | 68 | 0 | 3F | 20 | 28 | 14B | 2E | 29 |
| Octal | 232 | 71 | 150 | 0 | 77 | 40 | 50 | 513 | 56 | 51 |
| Binary | 10011010 | 111001 | 1101000 | 0 | 111111 | 100000 | 101000 | 101001011 | 101110 | 101001 |
Color Harmonies of #9A3968
Complementary color
Monochromatic Colors of #9A3968
Black with #9A3968
Text Example
Text Example
White with #9A3968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3968; }
p { color: rgb(154,57,104); }
H1.HeaderClassName
{
color: #9A3968;
}
.AnyTagClassName
{
color: #9A3968;
}
</style>
background-color css
<style>
a { background-color: #9A3968; }
a { background-color: rgb(154,57,104); }
div.DivClassName
{
background-color: #9A3968;
}
.BgClassName
{
background-color: #9A3968;
}
</style>
border-color css
<style>
span { border-color: #9A3968; }
span { border-color: rgb(154,57,104); }
td.TdClassName
{
border-color: #9A3968;
}
.TagClassName
{
border-color: #9A3968;
}
</style>