Shades of Rouge #9E4369
Tints of Rouge #9E4369
RGB
CMYK
RGB Variations
Color information
#9E4369 (or 0x9E4369) is known color: Rouge. HEX triplet: 9E, 43 and 69. RGB value is (158,67,105). Sum of RGB (Red+Green+Blue) = 158+67+105=330 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.88% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4369 is #61BC96. Grayscale: #626262. Windows color (decimal): -6405271 or 6898590. OLE color: 6898590.
HSL color Cylindrical-coordinate representation of color #9E4369: hue angle of 334.95º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E4369 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 67 | 105 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.38 |
| HSL | 334.95º | 0.4% | 0.44% | - |
| HSV(B) | 334.95º | 0.58% | 0.62% | - |
| XYZ | 18.66 | 12.3 | 14.76 | - |
| YUV | 98.54 | 131.65 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 67 | 105 | 0 | 0.58 | 0.34 | 0.38 | 334.95 | 0.4 | 0.44 |
| Hex | 9E | 43 | 69 | 0 | 3A | 22 | 26 | 14F | 28 | 2C |
| Octal | 236 | 103 | 151 | 0 | 72 | 42 | 46 | 517 | 50 | 54 |
| Binary | 10011110 | 1000011 | 1101001 | 0 | 111010 | 100010 | 100110 | 101001111 | 101000 | 101100 |
Color Harmonies of #9E4369
Complementary color
Monochromatic Colors of #9E4369
Black with #9E4369
Text Example
Text Example
White with #9E4369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4369; }
p { color: rgb(158,67,105); }
H1.HeaderClassName
{
color: #9E4369;
}
.AnyTagClassName
{
color: #9E4369;
}
</style>
background-color css
<style>
a { background-color: #9E4369; }
a { background-color: rgb(158,67,105); }
div.DivClassName
{
background-color: #9E4369;
}
.BgClassName
{
background-color: #9E4369;
}
</style>
border-color css
<style>
span { border-color: #9E4369; }
span { border-color: rgb(158,67,105); }
td.TdClassName
{
border-color: #9E4369;
}
.TagClassName
{
border-color: #9E4369;
}
</style>