Shades of Rouge #96376F
Tints of Rouge #96376F
RGB
CMYK
RGB Variations
Color information
#96376F (or 0x96376F) is known color: Rouge. HEX triplet: 96, 37 and 6F. RGB value is (150,55,111). Sum of RGB (Red+Green+Blue) = 150+55+111=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #96376F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96376F is #69C890. Grayscale: #595959. Windows color (decimal): -6932625 or 7288726. OLE color: 7288726.
HSL color Cylindrical-coordinate representation of color #96376F: hue angle of 324.63º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96376F is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 55 | 111 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.41 |
| HSL | 324.63º | 0.46% | 0.4% | - |
| HSV(B) | 324.63º | 0.63% | 0.59% | - |
| XYZ | 16.81 | 10.36 | 16.15 | - |
| YUV | 89.79 | 139.97 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 111 | 0 | 0.63 | 0.26 | 0.41 | 324.63 | 0.46 | 0.4 |
| Hex | 96 | 37 | 6F | 0 | 3F | 1A | 29 | 145 | 2E | 28 |
| Octal | 226 | 67 | 157 | 0 | 77 | 32 | 51 | 505 | 56 | 50 |
| Binary | 10010110 | 110111 | 1101111 | 0 | 111111 | 11010 | 101001 | 101000101 | 101110 | 101000 |
Color Harmonies of #96376F
Complementary color
Monochromatic Colors of #96376F
Black with #96376F
Text Example
Text Example
White with #96376F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96376F; }
p { color: rgb(150,55,111); }
H1.HeaderClassName
{
color: #96376F;
}
.AnyTagClassName
{
color: #96376F;
}
</style>
background-color css
<style>
a { background-color: #96376F; }
a { background-color: rgb(150,55,111); }
div.DivClassName
{
background-color: #96376F;
}
.BgClassName
{
background-color: #96376F;
}
</style>
border-color css
<style>
span { border-color: #96376F; }
span { border-color: rgb(150,55,111); }
td.TdClassName
{
border-color: #96376F;
}
.TagClassName
{
border-color: #96376F;
}
</style>