Shades of Solid Pink #934D4E
Tints of Solid Pink #934D4E
RGB
CMYK
RGB Variations
Color information
#934D4E (or 0x934D4E) is known color: Solid Pink. HEX triplet: 93, 4D and 4E. RGB value is (147,77,78). Sum of RGB (Red+Green+Blue) = 147+77+78=302 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.68% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 147 - color contains mainly: red. Hex color #934D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934D4E is #6CB2B1. Grayscale: #626262. Windows color (decimal): -7123634 or 5131667. OLE color: 5131667.
HSL color Cylindrical-coordinate representation of color #934D4E: hue angle of 359.14º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #934D4E is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 77 | 78 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.42 |
| HSL | 359.14º | 0.31% | 0.44% | - |
| HSV(B) | 359.14º | 0.48% | 0.58% | - |
| XYZ | 16.06 | 12.06 | 8.69 | - |
| YUV | 98.04 | 116.69 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 78 | 0 | 0.48 | 0.47 | 0.42 | 359.14 | 0.31 | 0.44 |
| Hex | 93 | 4D | 4E | 0 | 30 | 2F | 2A | 167 | 1F | 2C |
| Octal | 223 | 115 | 116 | 0 | 60 | 57 | 52 | 547 | 37 | 54 |
| Binary | 10010011 | 1001101 | 1001110 | 0 | 110000 | 101111 | 101010 | 101100111 | 11111 | 101100 |
Color Harmonies of #934D4E
Complementary color
Monochromatic Colors of #934D4E
Black with #934D4E
Text Example
Text Example
White with #934D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934D4E; }
p { color: rgb(147,77,78); }
H1.HeaderClassName
{
color: #934D4E;
}
.AnyTagClassName
{
color: #934D4E;
}
</style>
background-color css
<style>
a { background-color: #934D4E; }
a { background-color: rgb(147,77,78); }
div.DivClassName
{
background-color: #934D4E;
}
.BgClassName
{
background-color: #934D4E;
}
</style>
border-color css
<style>
span { border-color: #934D4E; }
span { border-color: rgb(147,77,78); }
td.TdClassName
{
border-color: #934D4E;
}
.TagClassName
{
border-color: #934D4E;
}
</style>