Shades of Rouge #9D3266
Tints of Rouge #9D3266
RGB
CMYK
RGB Variations
Color information
#9D3266 (or 0x9D3266) is known color: Rouge. HEX triplet: 9D, 32 and 66. RGB value is (157,50,102). Sum of RGB (Red+Green+Blue) = 157+50+102=309 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.81% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3266 is #62CD99. Grayscale: #575757. Windows color (decimal): -6475162 or 6697629. OLE color: 6697629.
HSL color Cylindrical-coordinate representation of color #9D3266: hue angle of 330.84º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D3266 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 50 | 102 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.38 |
| HSL | 330.84º | 0.52% | 0.41% | - |
| HSV(B) | 330.84º | 0.68% | 0.62% | - |
| XYZ | 17.44 | 10.41 | 13.66 | - |
| YUV | 87.92 | 135.95 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 50 | 102 | 0 | 0.68 | 0.35 | 0.38 | 330.84 | 0.52 | 0.41 |
| Hex | 9D | 32 | 66 | 0 | 44 | 23 | 26 | 14B | 34 | 29 |
| Octal | 235 | 62 | 146 | 0 | 104 | 43 | 46 | 513 | 64 | 51 |
| Binary | 10011101 | 110010 | 1100110 | 0 | 1000100 | 100011 | 100110 | 101001011 | 110100 | 101001 |
Color Harmonies of #9D3266
Complementary color
Monochromatic Colors of #9D3266
Black with #9D3266
Text Example
Text Example
White with #9D3266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3266; }
p { color: rgb(157,50,102); }
H1.HeaderClassName
{
color: #9D3266;
}
.AnyTagClassName
{
color: #9D3266;
}
</style>
background-color css
<style>
a { background-color: #9D3266; }
a { background-color: rgb(157,50,102); }
div.DivClassName
{
background-color: #9D3266;
}
.BgClassName
{
background-color: #9D3266;
}
</style>
border-color css
<style>
span { border-color: #9D3266; }
span { border-color: rgb(157,50,102); }
td.TdClassName
{
border-color: #9D3266;
}
.TagClassName
{
border-color: #9D3266;
}
</style>