Shades of Rouge #9B3C63
Tints of Rouge #9B3C63
RGB
CMYK
RGB Variations
Color information
#9B3C63 (or 0x9B3C63) is known color: Rouge. HEX triplet: 9B, 3C and 63. RGB value is (155,60,99). Sum of RGB (Red+Green+Blue) = 155+60+99=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3C63 is #64C39C. Grayscale: #5C5C5C. Windows color (decimal): -6603677 or 6503579. OLE color: 6503579.
HSL color Cylindrical-coordinate representation of color #9B3C63: hue angle of 335.37º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B3C63 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 60 | 99 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.39 |
| HSL | 335.37º | 0.44% | 0.42% | - |
| HSV(B) | 335.37º | 0.61% | 0.61% | - |
| XYZ | 17.39 | 11.1 | 13.03 | - |
| YUV | 92.85 | 131.47 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 60 | 99 | 0 | 0.61 | 0.36 | 0.39 | 335.37 | 0.44 | 0.42 |
| Hex | 9B | 3C | 63 | 0 | 3D | 24 | 27 | 14F | 2C | 2A |
| Octal | 233 | 74 | 143 | 0 | 75 | 44 | 47 | 517 | 54 | 52 |
| Binary | 10011011 | 111100 | 1100011 | 0 | 111101 | 100100 | 100111 | 101001111 | 101100 | 101010 |
Color Harmonies of #9B3C63
Complementary color
Monochromatic Colors of #9B3C63
Black with #9B3C63
Text Example
Text Example
White with #9B3C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3C63; }
p { color: rgb(155,60,99); }
H1.HeaderClassName
{
color: #9B3C63;
}
.AnyTagClassName
{
color: #9B3C63;
}
</style>
background-color css
<style>
a { background-color: #9B3C63; }
a { background-color: rgb(155,60,99); }
div.DivClassName
{
background-color: #9B3C63;
}
.BgClassName
{
background-color: #9B3C63;
}
</style>
border-color css
<style>
span { border-color: #9B3C63; }
span { border-color: rgb(155,60,99); }
td.TdClassName
{
border-color: #9B3C63;
}
.TagClassName
{
border-color: #9B3C63;
}
</style>