Shades of Rouge #9C3274
Tints of Rouge #9C3274
RGB
CMYK
RGB Variations
Color information
#9C3274 (or 0x9C3274) is known color: Rouge. HEX triplet: 9C, 32 and 74. RGB value is (156,50,116). Sum of RGB (Red+Green+Blue) = 156+50+116=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3274 is #63CD8B. Grayscale: #595959. Windows color (decimal): -6540684 or 7615132. OLE color: 7615132.
HSL color Cylindrical-coordinate representation of color #9C3274: hue angle of 322.64º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C3274 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 50 | 116 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.39 |
| HSL | 322.64º | 0.51% | 0.4% | - |
| HSV(B) | 322.64º | 0.68% | 0.61% | - |
| XYZ | 18 | 10.61 | 17.62 | - |
| YUV | 89.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 50 | 116 | 0 | 0.68 | 0.26 | 0.39 | 322.64 | 0.51 | 0.4 |
| Hex | 9C | 32 | 74 | 0 | 44 | 1A | 27 | 143 | 33 | 28 |
| Octal | 234 | 62 | 164 | 0 | 104 | 32 | 47 | 503 | 63 | 50 |
| Binary | 10011100 | 110010 | 1110100 | 0 | 1000100 | 11010 | 100111 | 101000011 | 110011 | 101000 |
Color Harmonies of #9C3274
Complementary color
Monochromatic Colors of #9C3274
Black with #9C3274
Text Example
Text Example
White with #9C3274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3274; }
p { color: rgb(156,50,116); }
H1.HeaderClassName
{
color: #9C3274;
}
.AnyTagClassName
{
color: #9C3274;
}
</style>
background-color css
<style>
a { background-color: #9C3274; }
a { background-color: rgb(156,50,116); }
div.DivClassName
{
background-color: #9C3274;
}
.BgClassName
{
background-color: #9C3274;
}
</style>
border-color css
<style>
span { border-color: #9C3274; }
span { border-color: rgb(156,50,116); }
td.TdClassName
{
border-color: #9C3274;
}
.TagClassName
{
border-color: #9C3274;
}
</style>