Shades of Rouge #9B3B63
Tints of Rouge #9B3B63
RGB
CMYK
RGB Variations
Color information
#9B3B63 (or 0x9B3B63) is known color: Rouge. HEX triplet: 9B, 3B and 63. RGB value is (155,59,99). Sum of RGB (Red+Green+Blue) = 155+59+99=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3B63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3B63 is #64C49C. Grayscale: #5C5C5C. Windows color (decimal): -6603933 or 6503323. OLE color: 6503323.
HSL color Cylindrical-coordinate representation of color #9B3B63: hue angle of 335º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B3B63 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 59 | 99 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.39 |
| HSL | 335º | 0.45% | 0.42% | - |
| HSV(B) | 335º | 0.62% | 0.61% | - |
| XYZ | 17.33 | 11 | 13.01 | - |
| YUV | 92.26 | 131.8 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 59 | 99 | 0 | 0.62 | 0.36 | 0.39 | 335 | 0.45 | 0.42 |
| Hex | 9B | 3B | 63 | 0 | 3E | 24 | 27 | 14F | 2D | 2A |
| Octal | 233 | 73 | 143 | 0 | 76 | 44 | 47 | 517 | 55 | 52 |
| Binary | 10011011 | 111011 | 1100011 | 0 | 111110 | 100100 | 100111 | 101001111 | 101101 | 101010 |
Color Harmonies of #9B3B63
Complementary color
Monochromatic Colors of #9B3B63
Black with #9B3B63
Text Example
Text Example
White with #9B3B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3B63; }
p { color: rgb(155,59,99); }
H1.HeaderClassName
{
color: #9B3B63;
}
.AnyTagClassName
{
color: #9B3B63;
}
</style>
background-color css
<style>
a { background-color: #9B3B63; }
a { background-color: rgb(155,59,99); }
div.DivClassName
{
background-color: #9B3B63;
}
.BgClassName
{
background-color: #9B3B63;
}
</style>
border-color css
<style>
span { border-color: #9B3B63; }
span { border-color: rgb(155,59,99); }
td.TdClassName
{
border-color: #9B3B63;
}
.TagClassName
{
border-color: #9B3B63;
}
</style>