Shades of Rouge #9D3675
Tints of Rouge #9D3675
RGB
CMYK
RGB Variations
Color information
#9D3675 (or 0x9D3675) is known color: Rouge. HEX triplet: 9D, 36 and 75. RGB value is (157,54,117). Sum of RGB (Red+Green+Blue) = 157+54+117=328 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.87% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3675 is #62C98A. Grayscale: #5B5B5B. Windows color (decimal): -6474123 or 7681693. OLE color: 7681693.
HSL color Cylindrical-coordinate representation of color #9D3675: hue angle of 323.3º 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 #9D3675 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 54 | 117 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.38 |
| HSL | 323.3º | 0.49% | 0.41% | - |
| HSV(B) | 323.3º | 0.66% | 0.62% | - |
| XYZ | 18.43 | 11.09 | 18 | - |
| YUV | 91.98 | 142.12 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 54 | 117 | 0 | 0.66 | 0.25 | 0.38 | 323.3 | 0.49 | 0.41 |
| Hex | 9D | 36 | 75 | 0 | 42 | 19 | 26 | 143 | 31 | 29 |
| Octal | 235 | 66 | 165 | 0 | 102 | 31 | 46 | 503 | 61 | 51 |
| Binary | 10011101 | 110110 | 1110101 | 0 | 1000010 | 11001 | 100110 | 101000011 | 110001 | 101001 |
Color Harmonies of #9D3675
Complementary color
Monochromatic Colors of #9D3675
Black with #9D3675
Text Example
Text Example
White with #9D3675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3675; }
p { color: rgb(157,54,117); }
H1.HeaderClassName
{
color: #9D3675;
}
.AnyTagClassName
{
color: #9D3675;
}
</style>
background-color css
<style>
a { background-color: #9D3675; }
a { background-color: rgb(157,54,117); }
div.DivClassName
{
background-color: #9D3675;
}
.BgClassName
{
background-color: #9D3675;
}
</style>
border-color css
<style>
span { border-color: #9D3675; }
span { border-color: rgb(157,54,117); }
td.TdClassName
{
border-color: #9D3675;
}
.TagClassName
{
border-color: #9D3675;
}
</style>