Shades of Solid Pink #934849
Tints of Solid Pink #934849
RGB
CMYK
RGB Variations
Color information
#934849 (or 0x934849) is known color: Solid Pink. HEX triplet: 93, 48 and 49. RGB value is (147,72,73). Sum of RGB (Red+Green+Blue) = 147+72+73=292 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.34% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 147 - color contains mainly: red. Hex color #934849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934849 is #6CB7B6. Grayscale: #5E5E5E. Windows color (decimal): -7124919 or 4802707. OLE color: 4802707.
HSL color Cylindrical-coordinate representation of color #934849: hue angle of 359.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #934849 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 72 | 73 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.42 |
| HSL | 359.2º | 0.34% | 0.43% | - |
| HSV(B) | 359.2º | 0.51% | 0.58% | - |
| XYZ | 15.55 | 11.32 | 7.67 | - |
| YUV | 94.54 | 115.85 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 72 | 73 | 0 | 0.51 | 0.50 | 0.42 | 359.2 | 0.34 | 0.43 |
| Hex | 93 | 48 | 49 | 0 | 33 | 32 | 2A | 167 | 22 | 2B |
| Octal | 223 | 110 | 111 | 0 | 63 | 62 | 52 | 547 | 42 | 53 |
| Binary | 10010011 | 1001000 | 1001001 | 0 | 110011 | 110010 | 101010 | 101100111 | 100010 | 101011 |
Color Harmonies of #934849
Complementary color
Monochromatic Colors of #934849
Black with #934849
Text Example
Text Example
White with #934849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934849; }
p { color: rgb(147,72,73); }
H1.HeaderClassName
{
color: #934849;
}
.AnyTagClassName
{
color: #934849;
}
</style>
background-color css
<style>
a { background-color: #934849; }
a { background-color: rgb(147,72,73); }
div.DivClassName
{
background-color: #934849;
}
.BgClassName
{
background-color: #934849;
}
</style>
border-color css
<style>
span { border-color: #934849; }
span { border-color: rgb(147,72,73); }
td.TdClassName
{
border-color: #934849;
}
.TagClassName
{
border-color: #934849;
}
</style>