Shades of Rouge #9C3D69
Tints of Rouge #9C3D69
RGB
CMYK
RGB Variations
Color information
#9C3D69 (or 0x9C3D69) is known color: Rouge. HEX triplet: 9C, 3D and 69. RGB value is (156,61,105). Sum of RGB (Red+Green+Blue) = 156+61+105=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3D69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3D69 is #63C296. Grayscale: #5E5E5E. Windows color (decimal): -6537879 or 6897052. OLE color: 6897052.
HSL color Cylindrical-coordinate representation of color #9C3D69: hue angle of 332.21º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C3D69 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 61 | 105 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.39 |
| HSL | 332.21º | 0.44% | 0.43% | - |
| HSV(B) | 332.21º | 0.61% | 0.61% | - |
| XYZ | 17.93 | 11.43 | 14.62 | - |
| YUV | 94.42 | 133.97 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 61 | 105 | 0 | 0.61 | 0.33 | 0.39 | 332.21 | 0.44 | 0.43 |
| Hex | 9C | 3D | 69 | 0 | 3D | 21 | 27 | 14C | 2C | 2B |
| Octal | 234 | 75 | 151 | 0 | 75 | 41 | 47 | 514 | 54 | 53 |
| Binary | 10011100 | 111101 | 1101001 | 0 | 111101 | 100001 | 100111 | 101001100 | 101100 | 101011 |
Color Harmonies of #9C3D69
Complementary color
Monochromatic Colors of #9C3D69
Black with #9C3D69
Text Example
Text Example
White with #9C3D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3D69; }
p { color: rgb(156,61,105); }
H1.HeaderClassName
{
color: #9C3D69;
}
.AnyTagClassName
{
color: #9C3D69;
}
</style>
background-color css
<style>
a { background-color: #9C3D69; }
a { background-color: rgb(156,61,105); }
div.DivClassName
{
background-color: #9C3D69;
}
.BgClassName
{
background-color: #9C3D69;
}
</style>
border-color css
<style>
span { border-color: #9C3D69; }
span { border-color: rgb(156,61,105); }
td.TdClassName
{
border-color: #9C3D69;
}
.TagClassName
{
border-color: #9C3D69;
}
</style>