Shades of Rouge #94396F
Tints of Rouge #94396F
RGB
CMYK
RGB Variations
Color information
#94396F (or 0x94396F) is known color: Rouge. HEX triplet: 94, 39 and 6F. RGB value is (148,57,111). Sum of RGB (Red+Green+Blue) = 148+57+111=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #94396F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94396F is #6BC690. Grayscale: #5A5A5A. Windows color (decimal): -7063185 or 7289236. OLE color: 7289236.
HSL color Cylindrical-coordinate representation of color #94396F: hue angle of 324.4º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94396F is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 57 | 111 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.42 |
| HSL | 324.4º | 0.44% | 0.4% | - |
| HSV(B) | 324.4º | 0.61% | 0.58% | - |
| XYZ | 16.55 | 10.37 | 16.17 | - |
| YUV | 90.37 | 139.65 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 57 | 111 | 0 | 0.61 | 0.25 | 0.42 | 324.4 | 0.44 | 0.4 |
| Hex | 94 | 39 | 6F | 0 | 3D | 19 | 2A | 144 | 2C | 28 |
| Octal | 224 | 71 | 157 | 0 | 75 | 31 | 52 | 504 | 54 | 50 |
| Binary | 10010100 | 111001 | 1101111 | 0 | 111101 | 11001 | 101010 | 101000100 | 101100 | 101000 |
Color Harmonies of #94396F
Complementary color
Monochromatic Colors of #94396F
Black with #94396F
Text Example
Text Example
White with #94396F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94396F; }
p { color: rgb(148,57,111); }
H1.HeaderClassName
{
color: #94396F;
}
.AnyTagClassName
{
color: #94396F;
}
</style>
background-color css
<style>
a { background-color: #94396F; }
a { background-color: rgb(148,57,111); }
div.DivClassName
{
background-color: #94396F;
}
.BgClassName
{
background-color: #94396F;
}
</style>
border-color css
<style>
span { border-color: #94396F; }
span { border-color: rgb(148,57,111); }
td.TdClassName
{
border-color: #94396F;
}
.TagClassName
{
border-color: #94396F;
}
</style>