Shades of Rouge #9D3567
Tints of Rouge #9D3567
RGB
CMYK
RGB Variations
Color information
#9D3567 (or 0x9D3567) is known color: Rouge. HEX triplet: 9D, 35 and 67. RGB value is (157,53,103). Sum of RGB (Red+Green+Blue) = 157+53+103=313 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.16% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3567 is #62CA98. Grayscale: #595959. Windows color (decimal): -6474393 or 6763933. OLE color: 6763933.
HSL color Cylindrical-coordinate representation of color #9D3567: hue angle of 331.15º degrees, saturation: 0.5, 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 #9D3567 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 53 | 103 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.38 |
| HSL | 331.15º | 0.5% | 0.41% | - |
| HSV(B) | 331.15º | 0.66% | 0.62% | - |
| XYZ | 17.63 | 10.69 | 13.97 | - |
| YUV | 89.8 | 135.46 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 53 | 103 | 0 | 0.66 | 0.34 | 0.38 | 331.15 | 0.5 | 0.41 |
| Hex | 9D | 35 | 67 | 0 | 42 | 22 | 26 | 14B | 32 | 29 |
| Octal | 235 | 65 | 147 | 0 | 102 | 42 | 46 | 513 | 62 | 51 |
| Binary | 10011101 | 110101 | 1100111 | 0 | 1000010 | 100010 | 100110 | 101001011 | 110010 | 101001 |
Color Harmonies of #9D3567
Complementary color
Monochromatic Colors of #9D3567
Black with #9D3567
Text Example
Text Example
White with #9D3567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3567; }
p { color: rgb(157,53,103); }
H1.HeaderClassName
{
color: #9D3567;
}
.AnyTagClassName
{
color: #9D3567;
}
</style>
background-color css
<style>
a { background-color: #9D3567; }
a { background-color: rgb(157,53,103); }
div.DivClassName
{
background-color: #9D3567;
}
.BgClassName
{
background-color: #9D3567;
}
</style>
border-color css
<style>
span { border-color: #9D3567; }
span { border-color: rgb(157,53,103); }
td.TdClassName
{
border-color: #9D3567;
}
.TagClassName
{
border-color: #9D3567;
}
</style>