Shades of Rouge #9B3665
Tints of Rouge #9B3665
RGB
CMYK
RGB Variations
Color information
#9B3665 (or 0x9B3665) is known color: Rouge. HEX triplet: 9B, 36 and 65. RGB value is (155,54,101). Sum of RGB (Red+Green+Blue) = 155+54+101=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3665 is #64C99A. Grayscale: #595959. Windows color (decimal): -6605211 or 6633115. OLE color: 6633115.
HSL color Cylindrical-coordinate representation of color #9B3665: hue angle of 332.08º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B3665 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 54 | 101 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.39 |
| HSL | 332.08º | 0.48% | 0.41% | - |
| HSV(B) | 332.08º | 0.65% | 0.61% | - |
| XYZ | 17.19 | 10.55 | 13.44 | - |
| YUV | 89.56 | 134.46 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 54 | 101 | 0 | 0.65 | 0.35 | 0.39 | 332.08 | 0.48 | 0.41 |
| Hex | 9B | 36 | 65 | 0 | 41 | 23 | 27 | 14C | 30 | 29 |
| Octal | 233 | 66 | 145 | 0 | 101 | 43 | 47 | 514 | 60 | 51 |
| Binary | 10011011 | 110110 | 1100101 | 0 | 1000001 | 100011 | 100111 | 101001100 | 110000 | 101001 |
Color Harmonies of #9B3665
Complementary color
Monochromatic Colors of #9B3665
Black with #9B3665
Text Example
Text Example
White with #9B3665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3665; }
p { color: rgb(155,54,101); }
H1.HeaderClassName
{
color: #9B3665;
}
.AnyTagClassName
{
color: #9B3665;
}
</style>
background-color css
<style>
a { background-color: #9B3665; }
a { background-color: rgb(155,54,101); }
div.DivClassName
{
background-color: #9B3665;
}
.BgClassName
{
background-color: #9B3665;
}
</style>
border-color css
<style>
span { border-color: #9B3665; }
span { border-color: rgb(155,54,101); }
td.TdClassName
{
border-color: #9B3665;
}
.TagClassName
{
border-color: #9B3665;
}
</style>