Shades of Solid Pink #904D4E
Tints of Solid Pink #904D4E
RGB
CMYK
RGB Variations
Color information
#904D4E (or 0x904D4E) is known color: Solid Pink. HEX triplet: 90, 4D and 4E. RGB value is (144,77,78). Sum of RGB (Red+Green+Blue) = 144+77+78=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 144 - color contains mainly: red. Hex color #904D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904D4E is #6FB2B1. Grayscale: #616161. Windows color (decimal): -7320242 or 5131664. OLE color: 5131664.
HSL color Cylindrical-coordinate representation of color #904D4E: hue angle of 359.1º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #904D4E is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 77 | 78 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.44 |
| HSL | 359.1º | 0.3% | 0.43% | - |
| HSV(B) | 359.1º | 0.47% | 0.56% | - |
| XYZ | 15.53 | 11.79 | 8.66 | - |
| YUV | 97.15 | 117.2 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 77 | 78 | 0 | 0.47 | 0.46 | 0.44 | 359.1 | 0.3 | 0.43 |
| Hex | 90 | 4D | 4E | 0 | 2F | 2E | 2C | 167 | 1E | 2B |
| Octal | 220 | 115 | 116 | 0 | 57 | 56 | 54 | 547 | 36 | 53 |
| Binary | 10010000 | 1001101 | 1001110 | 0 | 101111 | 101110 | 101100 | 101100111 | 11110 | 101011 |
Color Harmonies of #904D4E
Complementary color
Monochromatic Colors of #904D4E
Black with #904D4E
Text Example
Text Example
White with #904D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904D4E; }
p { color: rgb(144,77,78); }
H1.HeaderClassName
{
color: #904D4E;
}
.AnyTagClassName
{
color: #904D4E;
}
</style>
background-color css
<style>
a { background-color: #904D4E; }
a { background-color: rgb(144,77,78); }
div.DivClassName
{
background-color: #904D4E;
}
.BgClassName
{
background-color: #904D4E;
}
</style>
border-color css
<style>
span { border-color: #904D4E; }
span { border-color: rgb(144,77,78); }
td.TdClassName
{
border-color: #904D4E;
}
.TagClassName
{
border-color: #904D4E;
}
</style>