Shades of Rouge #93376F
Tints of Rouge #93376F
RGB
CMYK
RGB Variations
Color information
#93376F (or 0x93376F) is known color: Rouge. HEX triplet: 93, 37 and 6F. RGB value is (147,55,111). Sum of RGB (Red+Green+Blue) = 147+55+111=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #93376F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93376F is #6CC890. Grayscale: #585858. Windows color (decimal): -7129233 or 7288723. OLE color: 7288723.
HSL color Cylindrical-coordinate representation of color #93376F: hue angle of 323.48º 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 #93376F is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 55 | 111 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.42 |
| HSL | 323.48º | 0.46% | 0.4% | - |
| HSV(B) | 323.48º | 0.63% | 0.58% | - |
| XYZ | 16.27 | 10.08 | 16.13 | - |
| YUV | 88.89 | 140.48 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 55 | 111 | 0 | 0.63 | 0.24 | 0.42 | 323.48 | 0.46 | 0.4 |
| Hex | 93 | 37 | 6F | 0 | 3F | 18 | 2A | 143 | 2E | 28 |
| Octal | 223 | 67 | 157 | 0 | 77 | 30 | 52 | 503 | 56 | 50 |
| Binary | 10010011 | 110111 | 1101111 | 0 | 111111 | 11000 | 101010 | 101000011 | 101110 | 101000 |
Color Harmonies of #93376F
Complementary color
Monochromatic Colors of #93376F
Black with #93376F
Text Example
Text Example
White with #93376F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93376F; }
p { color: rgb(147,55,111); }
H1.HeaderClassName
{
color: #93376F;
}
.AnyTagClassName
{
color: #93376F;
}
</style>
background-color css
<style>
a { background-color: #93376F; }
a { background-color: rgb(147,55,111); }
div.DivClassName
{
background-color: #93376F;
}
.BgClassName
{
background-color: #93376F;
}
</style>
border-color css
<style>
span { border-color: #93376F; }
span { border-color: rgb(147,55,111); }
td.TdClassName
{
border-color: #93376F;
}
.TagClassName
{
border-color: #93376F;
}
</style>