Shades of Rouge #9B3666
Tints of Rouge #9B3666
RGB
CMYK
RGB Variations
Color information
#9B3666 (or 0x9B3666) is known color: Rouge. HEX triplet: 9B, 36 and 66. RGB value is (155,54,102). Sum of RGB (Red+Green+Blue) = 155+54+102=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3666 is #64C999. Grayscale: #595959. Windows color (decimal): -6605210 or 6698651. OLE color: 6698651.
HSL color Cylindrical-coordinate representation of color #9B3666: hue angle of 331.49º 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 #9B3666 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 54 | 102 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.39 |
| HSL | 331.49º | 0.48% | 0.41% | - |
| HSV(B) | 331.49º | 0.65% | 0.61% | - |
| XYZ | 17.24 | 10.57 | 13.7 | - |
| YUV | 89.67 | 134.96 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 54 | 102 | 0 | 0.65 | 0.34 | 0.39 | 331.49 | 0.48 | 0.41 |
| Hex | 9B | 36 | 66 | 0 | 41 | 22 | 27 | 14B | 30 | 29 |
| Octal | 233 | 66 | 146 | 0 | 101 | 42 | 47 | 513 | 60 | 51 |
| Binary | 10011011 | 110110 | 1100110 | 0 | 1000001 | 100010 | 100111 | 101001011 | 110000 | 101001 |
Color Harmonies of #9B3666
Complementary color
Monochromatic Colors of #9B3666
Black with #9B3666
Text Example
Text Example
White with #9B3666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3666; }
p { color: rgb(155,54,102); }
H1.HeaderClassName
{
color: #9B3666;
}
.AnyTagClassName
{
color: #9B3666;
}
</style>
background-color css
<style>
a { background-color: #9B3666; }
a { background-color: rgb(155,54,102); }
div.DivClassName
{
background-color: #9B3666;
}
.BgClassName
{
background-color: #9B3666;
}
</style>
border-color css
<style>
span { border-color: #9B3666; }
span { border-color: rgb(155,54,102); }
td.TdClassName
{
border-color: #9B3666;
}
.TagClassName
{
border-color: #9B3666;
}
</style>