Shades of Rouge #9B3870
Tints of Rouge #9B3870
RGB
CMYK
RGB Variations
Color information
#9B3870 (or 0x9B3870) is known color: Rouge. HEX triplet: 9B, 38 and 70. RGB value is (155,56,112). Sum of RGB (Red+Green+Blue) = 155+56+112=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3870 is #64C78F. Grayscale: #5B5B5B. Windows color (decimal): -6604688 or 7354523. OLE color: 7354523.
HSL color Cylindrical-coordinate representation of color #9B3870: hue angle of 326.06º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B3870 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 56 | 112 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.39 |
| HSL | 326.06º | 0.47% | 0.41% | - |
| HSV(B) | 326.06º | 0.64% | 0.61% | - |
| XYZ | 17.86 | 10.97 | 16.5 | - |
| YUV | 91.99 | 139.3 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 56 | 112 | 0 | 0.64 | 0.28 | 0.39 | 326.06 | 0.47 | 0.41 |
| Hex | 9B | 38 | 70 | 0 | 40 | 1C | 27 | 146 | 2F | 29 |
| Octal | 233 | 70 | 160 | 0 | 100 | 34 | 47 | 506 | 57 | 51 |
| Binary | 10011011 | 111000 | 1110000 | 0 | 1000000 | 11100 | 100111 | 101000110 | 101111 | 101001 |
Color Harmonies of #9B3870
Complementary color
Monochromatic Colors of #9B3870
Black with #9B3870
Text Example
Text Example
White with #9B3870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3870; }
p { color: rgb(155,56,112); }
H1.HeaderClassName
{
color: #9B3870;
}
.AnyTagClassName
{
color: #9B3870;
}
</style>
background-color css
<style>
a { background-color: #9B3870; }
a { background-color: rgb(155,56,112); }
div.DivClassName
{
background-color: #9B3870;
}
.BgClassName
{
background-color: #9B3870;
}
</style>
border-color css
<style>
span { border-color: #9B3870; }
span { border-color: rgb(155,56,112); }
td.TdClassName
{
border-color: #9B3870;
}
.TagClassName
{
border-color: #9B3870;
}
</style>