Shades of Rouge #9B3A64
Tints of Rouge #9B3A64
RGB
CMYK
RGB Variations
Color information
#9B3A64 (or 0x9B3A64) is known color: Rouge. HEX triplet: 9B, 3A and 64. RGB value is (155,58,100). Sum of RGB (Red+Green+Blue) = 155+58+100=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3A64 is #64C59B. Grayscale: #5B5B5B. Windows color (decimal): -6604188 or 6568603. OLE color: 6568603.
HSL color Cylindrical-coordinate representation of color #9B3A64: hue angle of 334.02º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B3A64 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 58 | 100 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.39 |
| HSL | 334.02º | 0.46% | 0.42% | - |
| HSV(B) | 334.02º | 0.63% | 0.61% | - |
| XYZ | 17.33 | 10.91 | 13.25 | - |
| YUV | 91.79 | 132.64 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 58 | 100 | 0 | 0.63 | 0.35 | 0.39 | 334.02 | 0.46 | 0.42 |
| Hex | 9B | 3A | 64 | 0 | 3F | 23 | 27 | 14E | 2E | 2A |
| Octal | 233 | 72 | 144 | 0 | 77 | 43 | 47 | 516 | 56 | 52 |
| Binary | 10011011 | 111010 | 1100100 | 0 | 111111 | 100011 | 100111 | 101001110 | 101110 | 101010 |
Color Harmonies of #9B3A64
Complementary color
Monochromatic Colors of #9B3A64
Black with #9B3A64
Text Example
Text Example
White with #9B3A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3A64; }
p { color: rgb(155,58,100); }
H1.HeaderClassName
{
color: #9B3A64;
}
.AnyTagClassName
{
color: #9B3A64;
}
</style>
background-color css
<style>
a { background-color: #9B3A64; }
a { background-color: rgb(155,58,100); }
div.DivClassName
{
background-color: #9B3A64;
}
.BgClassName
{
background-color: #9B3A64;
}
</style>
border-color css
<style>
span { border-color: #9B3A64; }
span { border-color: rgb(155,58,100); }
td.TdClassName
{
border-color: #9B3A64;
}
.TagClassName
{
border-color: #9B3A64;
}
</style>