Shades of Rouge #9A3672
Tints of Rouge #9A3672
RGB
CMYK
RGB Variations
Color information
#9A3672 (or 0x9A3672) is known color: Rouge. HEX triplet: 9A, 36 and 72. RGB value is (154,54,114). Sum of RGB (Red+Green+Blue) = 154+54+114=322 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.83% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3672 is #65C98D. Grayscale: #5A5A5A. Windows color (decimal): -6670734 or 7485082. OLE color: 7485082.
HSL color Cylindrical-coordinate representation of color #9A3672: hue angle of 324º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A3672 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 54 | 114 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.40 |
| HSL | 324º | 0.48% | 0.41% | - |
| HSV(B) | 324º | 0.65% | 0.6% | - |
| XYZ | 17.68 | 10.72 | 17.06 | - |
| YUV | 90.74 | 141.13 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 54 | 114 | 0 | 0.65 | 0.26 | 0.40 | 324 | 0.48 | 0.41 |
| Hex | 9A | 36 | 72 | 0 | 41 | 1A | 28 | 144 | 30 | 29 |
| Octal | 232 | 66 | 162 | 0 | 101 | 32 | 50 | 504 | 60 | 51 |
| Binary | 10011010 | 110110 | 1110010 | 0 | 1000001 | 11010 | 101000 | 101000100 | 110000 | 101001 |
Color Harmonies of #9A3672
Complementary color
Monochromatic Colors of #9A3672
Black with #9A3672
Text Example
Text Example
White with #9A3672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3672; }
p { color: rgb(154,54,114); }
H1.HeaderClassName
{
color: #9A3672;
}
.AnyTagClassName
{
color: #9A3672;
}
</style>
background-color css
<style>
a { background-color: #9A3672; }
a { background-color: rgb(154,54,114); }
div.DivClassName
{
background-color: #9A3672;
}
.BgClassName
{
background-color: #9A3672;
}
</style>
border-color css
<style>
span { border-color: #9A3672; }
span { border-color: rgb(154,54,114); }
td.TdClassName
{
border-color: #9A3672;
}
.TagClassName
{
border-color: #9A3672;
}
</style>