Shades of Rouge #94376D
Tints of Rouge #94376D
RGB
CMYK
RGB Variations
Color information
#94376D (or 0x94376D) is known color: Rouge. HEX triplet: 94, 37 and 6D. RGB value is (148,55,109). Sum of RGB (Red+Green+Blue) = 148+55+109=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #94376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94376D is #6BC892. Grayscale: #585858. Windows color (decimal): -7063699 or 7157652. OLE color: 7157652.
HSL color Cylindrical-coordinate representation of color #94376D: hue angle of 325.16º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #94376D is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 55 | 109 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.42 |
| HSL | 325.16º | 0.46% | 0.4% | - |
| HSV(B) | 325.16º | 0.63% | 0.58% | - |
| XYZ | 16.34 | 10.13 | 15.56 | - |
| YUV | 88.96 | 139.31 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 55 | 109 | 0 | 0.63 | 0.26 | 0.42 | 325.16 | 0.46 | 0.4 |
| Hex | 94 | 37 | 6D | 0 | 3F | 1A | 2A | 145 | 2E | 28 |
| Octal | 224 | 67 | 155 | 0 | 77 | 32 | 52 | 505 | 56 | 50 |
| Binary | 10010100 | 110111 | 1101101 | 0 | 111111 | 11010 | 101010 | 101000101 | 101110 | 101000 |
Color Harmonies of #94376D
Complementary color
Monochromatic Colors of #94376D
Black with #94376D
Text Example
Text Example
White with #94376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94376D; }
p { color: rgb(148,55,109); }
H1.HeaderClassName
{
color: #94376D;
}
.AnyTagClassName
{
color: #94376D;
}
</style>
background-color css
<style>
a { background-color: #94376D; }
a { background-color: rgb(148,55,109); }
div.DivClassName
{
background-color: #94376D;
}
.BgClassName
{
background-color: #94376D;
}
</style>
border-color css
<style>
span { border-color: #94376D; }
span { border-color: rgb(148,55,109); }
td.TdClassName
{
border-color: #94376D;
}
.TagClassName
{
border-color: #94376D;
}
</style>