Shades of Solid Pink #93474E
Tints of Solid Pink #93474E
RGB
CMYK
RGB Variations
Color information
#93474E (or 0x93474E) is known color: Solid Pink. HEX triplet: 93, 47 and 4E. RGB value is (147,71,78). Sum of RGB (Red+Green+Blue) = 147+71+78=296 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.66% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 147 - color contains mainly: red. Hex color #93474E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93474E is #6CB8B1. Grayscale: #5E5E5E. Windows color (decimal): -7125170 or 5130131. OLE color: 5130131.
HSL color Cylindrical-coordinate representation of color #93474E: hue angle of 354.47º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #93474E is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 71 | 78 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.42 |
| HSL | 354.47º | 0.35% | 0.43% | - |
| HSV(B) | 354.47º | 0.52% | 0.58% | - |
| XYZ | 15.66 | 11.26 | 8.56 | - |
| YUV | 94.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 71 | 78 | 0 | 0.52 | 0.47 | 0.42 | 354.47 | 0.35 | 0.43 |
| Hex | 93 | 47 | 4E | 0 | 34 | 2F | 2A | 162 | 23 | 2B |
| Octal | 223 | 107 | 116 | 0 | 64 | 57 | 52 | 542 | 43 | 53 |
| Binary | 10010011 | 1000111 | 1001110 | 0 | 110100 | 101111 | 101010 | 101100010 | 100011 | 101011 |
Color Harmonies of #93474E
Complementary color
Monochromatic Colors of #93474E
Black with #93474E
Text Example
Text Example
White with #93474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93474E; }
p { color: rgb(147,71,78); }
H1.HeaderClassName
{
color: #93474E;
}
.AnyTagClassName
{
color: #93474E;
}
</style>
background-color css
<style>
a { background-color: #93474E; }
a { background-color: rgb(147,71,78); }
div.DivClassName
{
background-color: #93474E;
}
.BgClassName
{
background-color: #93474E;
}
</style>
border-color css
<style>
span { border-color: #93474E; }
span { border-color: rgb(147,71,78); }
td.TdClassName
{
border-color: #93474E;
}
.TagClassName
{
border-color: #93474E;
}
</style>