Shades of Rouge #9B436F
Tints of Rouge #9B436F
RGB
CMYK
RGB Variations
Color information
#9B436F (or 0x9B436F) is known color: Rouge. HEX triplet: 9B, 43 and 6F. RGB value is (155,67,111). Sum of RGB (Red+Green+Blue) = 155+67+111=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B436F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B436F is #64BC90. Grayscale: #626262. Windows color (decimal): -6601873 or 7291803. OLE color: 7291803.
HSL color Cylindrical-coordinate representation of color #9B436F: hue angle of 330º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B436F is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 67 | 111 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.39 |
| HSL | 330º | 0.4% | 0.44% | - |
| HSV(B) | 330º | 0.57% | 0.61% | - |
| XYZ | 18.39 | 12.13 | 16.41 | - |
| YUV | 98.33 | 135.15 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 67 | 111 | 0 | 0.57 | 0.28 | 0.39 | 330 | 0.4 | 0.44 |
| Hex | 9B | 43 | 6F | 0 | 39 | 1C | 27 | 14A | 28 | 2C |
| Octal | 233 | 103 | 157 | 0 | 71 | 34 | 47 | 512 | 50 | 54 |
| Binary | 10011011 | 1000011 | 1101111 | 0 | 111001 | 11100 | 100111 | 101001010 | 101000 | 101100 |
Color Harmonies of #9B436F
Complementary color
Monochromatic Colors of #9B436F
Black with #9B436F
Text Example
Text Example
White with #9B436F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B436F; }
p { color: rgb(155,67,111); }
H1.HeaderClassName
{
color: #9B436F;
}
.AnyTagClassName
{
color: #9B436F;
}
</style>
background-color css
<style>
a { background-color: #9B436F; }
a { background-color: rgb(155,67,111); }
div.DivClassName
{
background-color: #9B436F;
}
.BgClassName
{
background-color: #9B436F;
}
</style>
border-color css
<style>
span { border-color: #9B436F; }
span { border-color: rgb(155,67,111); }
td.TdClassName
{
border-color: #9B436F;
}
.TagClassName
{
border-color: #9B436F;
}
</style>