Shades of Rouge #9E3667
Tints of Rouge #9E3667
RGB
CMYK
RGB Variations
Color information
#9E3667 (or 0x9E3667) is known color: Rouge. HEX triplet: 9E, 36 and 67. RGB value is (158,54,103). Sum of RGB (Red+Green+Blue) = 158+54+103=315 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.16% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3667 is #61C998. Grayscale: #5A5A5A. Windows color (decimal): -6408601 or 6764190. OLE color: 6764190.
HSL color Cylindrical-coordinate representation of color #9E3667: hue angle of 331.73º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E3667 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 54 | 103 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.38 |
| HSL | 331.73º | 0.49% | 0.42% | - |
| HSV(B) | 331.73º | 0.66% | 0.62% | - |
| XYZ | 17.87 | 10.89 | 13.99 | - |
| YUV | 90.68 | 134.96 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 54 | 103 | 0 | 0.66 | 0.35 | 0.38 | 331.73 | 0.49 | 0.42 |
| Hex | 9E | 36 | 67 | 0 | 42 | 23 | 26 | 14C | 31 | 2A |
| Octal | 236 | 66 | 147 | 0 | 102 | 43 | 46 | 514 | 61 | 52 |
| Binary | 10011110 | 110110 | 1100111 | 0 | 1000010 | 100011 | 100110 | 101001100 | 110001 | 101010 |
Color Harmonies of #9E3667
Complementary color
Monochromatic Colors of #9E3667
Black with #9E3667
Text Example
Text Example
White with #9E3667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3667; }
p { color: rgb(158,54,103); }
H1.HeaderClassName
{
color: #9E3667;
}
.AnyTagClassName
{
color: #9E3667;
}
</style>
background-color css
<style>
a { background-color: #9E3667; }
a { background-color: rgb(158,54,103); }
div.DivClassName
{
background-color: #9E3667;
}
.BgClassName
{
background-color: #9E3667;
}
</style>
border-color css
<style>
span { border-color: #9E3667; }
span { border-color: rgb(158,54,103); }
td.TdClassName
{
border-color: #9E3667;
}
.TagClassName
{
border-color: #9E3667;
}
</style>