Shades of Rouge #9B356B
Tints of Rouge #9B356B
RGB
CMYK
RGB Variations
Color information
#9B356B (or 0x9B356B) is known color: Rouge. HEX triplet: 9B, 35 and 6B. RGB value is (155,53,107). Sum of RGB (Red+Green+Blue) = 155+53+107=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B356B is #64CA94. Grayscale: #595959. Windows color (decimal): -6605461 or 7026075. OLE color: 7026075.
HSL color Cylindrical-coordinate representation of color #9B356B: hue angle of 328.24º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B356B is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 53 | 107 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.39 |
| HSL | 328.24º | 0.49% | 0.41% | - |
| HSV(B) | 328.24º | 0.66% | 0.61% | - |
| XYZ | 17.44 | 10.58 | 15.03 | - |
| YUV | 89.65 | 137.79 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 53 | 107 | 0 | 0.66 | 0.31 | 0.39 | 328.24 | 0.49 | 0.41 |
| Hex | 9B | 35 | 6B | 0 | 42 | 1F | 27 | 148 | 31 | 29 |
| Octal | 233 | 65 | 153 | 0 | 102 | 37 | 47 | 510 | 61 | 51 |
| Binary | 10011011 | 110101 | 1101011 | 0 | 1000010 | 11111 | 100111 | 101001000 | 110001 | 101001 |
Color Harmonies of #9B356B
Complementary color
Monochromatic Colors of #9B356B
Black with #9B356B
Text Example
Text Example
White with #9B356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B356B; }
p { color: rgb(155,53,107); }
H1.HeaderClassName
{
color: #9B356B;
}
.AnyTagClassName
{
color: #9B356B;
}
</style>
background-color css
<style>
a { background-color: #9B356B; }
a { background-color: rgb(155,53,107); }
div.DivClassName
{
background-color: #9B356B;
}
.BgClassName
{
background-color: #9B356B;
}
</style>
border-color css
<style>
span { border-color: #9B356B; }
span { border-color: rgb(155,53,107); }
td.TdClassName
{
border-color: #9B356B;
}
.TagClassName
{
border-color: #9B356B;
}
</style>