Shades of Rouge #9B376C
Tints of Rouge #9B376C
RGB
CMYK
RGB Variations
Color information
#9B376C (or 0x9B376C) is known color: Rouge. HEX triplet: 9B, 37 and 6C. RGB value is (155,55,108). Sum of RGB (Red+Green+Blue) = 155+55+108=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B376C is #64C893. Grayscale: #5A5A5A. Windows color (decimal): -6604948 or 7092123. OLE color: 7092123.
HSL color Cylindrical-coordinate representation of color #9B376C: hue angle of 328.2º 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 #9B376C is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 55 | 108 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.39 |
| HSL | 328.2º | 0.48% | 0.41% | - |
| HSV(B) | 328.2º | 0.65% | 0.61% | - |
| XYZ | 17.59 | 10.78 | 15.34 | - |
| YUV | 90.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 55 | 108 | 0 | 0.65 | 0.30 | 0.39 | 328.2 | 0.48 | 0.41 |
| Hex | 9B | 37 | 6C | 0 | 41 | 1E | 27 | 148 | 30 | 29 |
| Octal | 233 | 67 | 154 | 0 | 101 | 36 | 47 | 510 | 60 | 51 |
| Binary | 10011011 | 110111 | 1101100 | 0 | 1000001 | 11110 | 100111 | 101001000 | 110000 | 101001 |
Color Harmonies of #9B376C
Complementary color
Monochromatic Colors of #9B376C
Black with #9B376C
Text Example
Text Example
White with #9B376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B376C; }
p { color: rgb(155,55,108); }
H1.HeaderClassName
{
color: #9B376C;
}
.AnyTagClassName
{
color: #9B376C;
}
</style>
background-color css
<style>
a { background-color: #9B376C; }
a { background-color: rgb(155,55,108); }
div.DivClassName
{
background-color: #9B376C;
}
.BgClassName
{
background-color: #9B376C;
}
</style>
border-color css
<style>
span { border-color: #9B376C; }
span { border-color: rgb(155,55,108); }
td.TdClassName
{
border-color: #9B376C;
}
.TagClassName
{
border-color: #9B376C;
}
</style>