Shades of Rouge #9B3975
Tints of Rouge #9B3975
RGB
CMYK
RGB Variations
Color information
#9B3975 (or 0x9B3975) is known color: Rouge. HEX triplet: 9B, 39 and 75. RGB value is (155,57,117). Sum of RGB (Red+Green+Blue) = 155+57+117=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3975 is #64C68A. Grayscale: #5D5D5D. Windows color (decimal): -6604427 or 7682459. OLE color: 7682459.
HSL color Cylindrical-coordinate representation of color #9B3975: hue angle of 323.27º 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 #9B3975 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 57 | 117 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.39 |
| HSL | 323.27º | 0.46% | 0.42% | - |
| HSV(B) | 323.27º | 0.63% | 0.61% | - |
| XYZ | 18.19 | 11.18 | 18.03 | - |
| YUV | 93.14 | 141.47 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 57 | 117 | 0 | 0.63 | 0.25 | 0.39 | 323.27 | 0.46 | 0.42 |
| Hex | 9B | 39 | 75 | 0 | 3F | 19 | 27 | 143 | 2E | 2A |
| Octal | 233 | 71 | 165 | 0 | 77 | 31 | 47 | 503 | 56 | 52 |
| Binary | 10011011 | 111001 | 1110101 | 0 | 111111 | 11001 | 100111 | 101000011 | 101110 | 101010 |
Color Harmonies of #9B3975
Complementary color
Monochromatic Colors of #9B3975
Black with #9B3975
Text Example
Text Example
White with #9B3975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3975; }
p { color: rgb(155,57,117); }
H1.HeaderClassName
{
color: #9B3975;
}
.AnyTagClassName
{
color: #9B3975;
}
</style>
background-color css
<style>
a { background-color: #9B3975; }
a { background-color: rgb(155,57,117); }
div.DivClassName
{
background-color: #9B3975;
}
.BgClassName
{
background-color: #9B3975;
}
</style>
border-color css
<style>
span { border-color: #9B3975; }
span { border-color: rgb(155,57,117); }
td.TdClassName
{
border-color: #9B3975;
}
.TagClassName
{
border-color: #9B3975;
}
</style>