Shades of Rouge #9A4373
Tints of Rouge #9A4373
RGB
CMYK
RGB Variations
Color information
#9A4373 (or 0x9A4373) is known color: Rouge. HEX triplet: 9A, 43 and 73. RGB value is (154,67,115). Sum of RGB (Red+Green+Blue) = 154+67+115=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4373 is #65BC8C. Grayscale: #626262. Windows color (decimal): -6667405 or 7553946. OLE color: 7553946.
HSL color Cylindrical-coordinate representation of color #9A4373: hue angle of 326.9º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A4373 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 67 | 115 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.40 |
| HSL | 326.9º | 0.39% | 0.43% | - |
| HSV(B) | 326.9º | 0.56% | 0.6% | - |
| XYZ | 18.43 | 12.12 | 17.59 | - |
| YUV | 98.49 | 137.32 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 67 | 115 | 0 | 0.56 | 0.25 | 0.40 | 326.9 | 0.39 | 0.43 |
| Hex | 9A | 43 | 73 | 0 | 38 | 19 | 28 | 147 | 27 | 2B |
| Octal | 232 | 103 | 163 | 0 | 70 | 31 | 50 | 507 | 47 | 53 |
| Binary | 10011010 | 1000011 | 1110011 | 0 | 111000 | 11001 | 101000 | 101000111 | 100111 | 101011 |
Color Harmonies of #9A4373
Complementary color
Monochromatic Colors of #9A4373
Black with #9A4373
Text Example
Text Example
White with #9A4373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4373; }
p { color: rgb(154,67,115); }
H1.HeaderClassName
{
color: #9A4373;
}
.AnyTagClassName
{
color: #9A4373;
}
</style>
background-color css
<style>
a { background-color: #9A4373; }
a { background-color: rgb(154,67,115); }
div.DivClassName
{
background-color: #9A4373;
}
.BgClassName
{
background-color: #9A4373;
}
</style>
border-color css
<style>
span { border-color: #9A4373; }
span { border-color: rgb(154,67,115); }
td.TdClassName
{
border-color: #9A4373;
}
.TagClassName
{
border-color: #9A4373;
}
</style>