Shades of Rouge #9D3665
Tints of Rouge #9D3665
RGB
CMYK
RGB Variations
Color information
#9D3665 (or 0x9D3665) is known color: Rouge. HEX triplet: 9D, 36 and 65. RGB value is (157,54,101). Sum of RGB (Red+Green+Blue) = 157+54+101=312 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.32% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3665 is #62C99A. Grayscale: #5A5A5A. Windows color (decimal): -6474139 or 6633117. OLE color: 6633117.
HSL color Cylindrical-coordinate representation of color #9D3665: hue angle of 332.62º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D3665 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 54 | 101 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.38 |
| HSL | 332.62º | 0.49% | 0.41% | - |
| HSV(B) | 332.62º | 0.66% | 0.62% | - |
| XYZ | 17.57 | 10.75 | 13.46 | - |
| YUV | 90.16 | 134.12 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 54 | 101 | 0 | 0.66 | 0.36 | 0.38 | 332.62 | 0.49 | 0.41 |
| Hex | 9D | 36 | 65 | 0 | 42 | 24 | 26 | 14D | 31 | 29 |
| Octal | 235 | 66 | 145 | 0 | 102 | 44 | 46 | 515 | 61 | 51 |
| Binary | 10011101 | 110110 | 1100101 | 0 | 1000010 | 100100 | 100110 | 101001101 | 110001 | 101001 |
Color Harmonies of #9D3665
Complementary color
Monochromatic Colors of #9D3665
Black with #9D3665
Text Example
Text Example
White with #9D3665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3665; }
p { color: rgb(157,54,101); }
H1.HeaderClassName
{
color: #9D3665;
}
.AnyTagClassName
{
color: #9D3665;
}
</style>
background-color css
<style>
a { background-color: #9D3665; }
a { background-color: rgb(157,54,101); }
div.DivClassName
{
background-color: #9D3665;
}
.BgClassName
{
background-color: #9D3665;
}
</style>
border-color css
<style>
span { border-color: #9D3665; }
span { border-color: rgb(157,54,101); }
td.TdClassName
{
border-color: #9D3665;
}
.TagClassName
{
border-color: #9D3665;
}
</style>