Shades of Rouge #963A72
Tints of Rouge #963A72
RGB
CMYK
RGB Variations
Color information
#963A72 (or 0x963A72) is known color: Rouge. HEX triplet: 96, 3A and 72. RGB value is (150,58,114). Sum of RGB (Red+Green+Blue) = 150+58+114=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #963A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963A72 is #69C58D. Grayscale: #5B5B5B. Windows color (decimal): -6931854 or 7486102. OLE color: 7486102.
HSL color Cylindrical-coordinate representation of color #963A72: hue angle of 323.48º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #963A72 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 114 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.41 |
| HSL | 323.48º | 0.44% | 0.41% | - |
| HSV(B) | 323.48º | 0.61% | 0.59% | - |
| XYZ | 17.13 | 10.73 | 17.09 | - |
| YUV | 91.89 | 140.48 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 114 | 0 | 0.61 | 0.24 | 0.41 | 323.48 | 0.44 | 0.41 |
| Hex | 96 | 3A | 72 | 0 | 3D | 18 | 29 | 143 | 2C | 29 |
| Octal | 226 | 72 | 162 | 0 | 75 | 30 | 51 | 503 | 54 | 51 |
| Binary | 10010110 | 111010 | 1110010 | 0 | 111101 | 11000 | 101001 | 101000011 | 101100 | 101001 |
Color Harmonies of #963A72
Complementary color
Monochromatic Colors of #963A72
Black with #963A72
Text Example
Text Example
White with #963A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A72; }
p { color: rgb(150,58,114); }
H1.HeaderClassName
{
color: #963A72;
}
.AnyTagClassName
{
color: #963A72;
}
</style>
background-color css
<style>
a { background-color: #963A72; }
a { background-color: rgb(150,58,114); }
div.DivClassName
{
background-color: #963A72;
}
.BgClassName
{
background-color: #963A72;
}
</style>
border-color css
<style>
span { border-color: #963A72; }
span { border-color: rgb(150,58,114); }
td.TdClassName
{
border-color: #963A72;
}
.TagClassName
{
border-color: #963A72;
}
</style>