Shades of Solid Pink #93464C
Tints of Solid Pink #93464C
RGB
CMYK
RGB Variations
Color information
#93464C (or 0x93464C) is known color: Solid Pink. HEX triplet: 93, 46 and 4C. RGB value is (147,70,76). Sum of RGB (Red+Green+Blue) = 147+70+76=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #93464C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93464C is #6CB9B3. Grayscale: #5D5D5D. Windows color (decimal): -7125428 or 4998803. OLE color: 4998803.
HSL color Cylindrical-coordinate representation of color #93464C: hue angle of 355.32º 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 #93464C is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 70 | 76 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.42 |
| HSL | 355.32º | 0.35% | 0.43% | - |
| HSV(B) | 355.32º | 0.52% | 0.58% | - |
| XYZ | 15.53 | 11.11 | 8.16 | - |
| YUV | 93.71 | 118.01 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 70 | 76 | 0 | 0.52 | 0.48 | 0.42 | 355.32 | 0.35 | 0.43 |
| Hex | 93 | 46 | 4C | 0 | 34 | 30 | 2A | 163 | 23 | 2B |
| Octal | 223 | 106 | 114 | 0 | 64 | 60 | 52 | 543 | 43 | 53 |
| Binary | 10010011 | 1000110 | 1001100 | 0 | 110100 | 110000 | 101010 | 101100011 | 100011 | 101011 |
Color Harmonies of #93464C
Complementary color
Monochromatic Colors of #93464C
Black with #93464C
Text Example
Text Example
White with #93464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93464C; }
p { color: rgb(147,70,76); }
H1.HeaderClassName
{
color: #93464C;
}
.AnyTagClassName
{
color: #93464C;
}
</style>
background-color css
<style>
a { background-color: #93464C; }
a { background-color: rgb(147,70,76); }
div.DivClassName
{
background-color: #93464C;
}
.BgClassName
{
background-color: #93464C;
}
</style>
border-color css
<style>
span { border-color: #93464C; }
span { border-color: rgb(147,70,76); }
td.TdClassName
{
border-color: #93464C;
}
.TagClassName
{
border-color: #93464C;
}
</style>