Shades of Rouge #9C3669
Tints of Rouge #9C3669
RGB
CMYK
RGB Variations
Color information
#9C3669 (or 0x9C3669) is known color: Rouge. HEX triplet: 9C, 36 and 69. RGB value is (156,54,105). Sum of RGB (Red+Green+Blue) = 156+54+105=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3669 is #63C996. Grayscale: #5A5A5A. Windows color (decimal): -6539671 or 6895260. OLE color: 6895260.
HSL color Cylindrical-coordinate representation of color #9C3669: hue angle of 330º degrees, saturation: 0.49, 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 #9C3669 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 54 | 105 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.39 |
| HSL | 330º | 0.49% | 0.41% | - |
| HSV(B) | 330º | 0.65% | 0.61% | - |
| XYZ | 17.58 | 10.73 | 14.51 | - |
| YUV | 90.31 | 136.29 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 54 | 105 | 0 | 0.65 | 0.33 | 0.39 | 330 | 0.49 | 0.41 |
| Hex | 9C | 36 | 69 | 0 | 41 | 21 | 27 | 14A | 31 | 29 |
| Octal | 234 | 66 | 151 | 0 | 101 | 41 | 47 | 512 | 61 | 51 |
| Binary | 10011100 | 110110 | 1101001 | 0 | 1000001 | 100001 | 100111 | 101001010 | 110001 | 101001 |
Color Harmonies of #9C3669
Complementary color
Monochromatic Colors of #9C3669
Black with #9C3669
Text Example
Text Example
White with #9C3669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3669; }
p { color: rgb(156,54,105); }
H1.HeaderClassName
{
color: #9C3669;
}
.AnyTagClassName
{
color: #9C3669;
}
</style>
background-color css
<style>
a { background-color: #9C3669; }
a { background-color: rgb(156,54,105); }
div.DivClassName
{
background-color: #9C3669;
}
.BgClassName
{
background-color: #9C3669;
}
</style>
border-color css
<style>
span { border-color: #9C3669; }
span { border-color: rgb(156,54,105); }
td.TdClassName
{
border-color: #9C3669;
}
.TagClassName
{
border-color: #9C3669;
}
</style>