Shades of Solid Pink #904048
Tints of Solid Pink #904048
RGB
CMYK
RGB Variations
Color information
#904048 (or 0x904048) is known color: Solid Pink. HEX triplet: 90, 40 and 48. RGB value is (144,64,72). Sum of RGB (Red+Green+Blue) = 144+64+72=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #904048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904048 is #6FBFB7. Grayscale: #585858. Windows color (decimal): -7323576 or 4735120. OLE color: 4735120.
HSL color Cylindrical-coordinate representation of color #904048: hue angle of 354º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #904048 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 64 | 72 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.44 |
| HSL | 354º | 0.38% | 0.41% | - |
| HSV(B) | 354º | 0.56% | 0.56% | - |
| XYZ | 14.5 | 10.06 | 7.31 | - |
| YUV | 88.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 64 | 72 | 0 | 0.56 | 0.50 | 0.44 | 354 | 0.38 | 0.41 |
| Hex | 90 | 40 | 48 | 0 | 38 | 32 | 2C | 162 | 26 | 29 |
| Octal | 220 | 100 | 110 | 0 | 70 | 62 | 54 | 542 | 46 | 51 |
| Binary | 10010000 | 1000000 | 1001000 | 0 | 111000 | 110010 | 101100 | 101100010 | 100110 | 101001 |
Color Harmonies of #904048
Complementary color
Monochromatic Colors of #904048
Black with #904048
Text Example
Text Example
White with #904048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904048; }
p { color: rgb(144,64,72); }
H1.HeaderClassName
{
color: #904048;
}
.AnyTagClassName
{
color: #904048;
}
</style>
background-color css
<style>
a { background-color: #904048; }
a { background-color: rgb(144,64,72); }
div.DivClassName
{
background-color: #904048;
}
.BgClassName
{
background-color: #904048;
}
</style>
border-color css
<style>
span { border-color: #904048; }
span { border-color: rgb(144,64,72); }
td.TdClassName
{
border-color: #904048;
}
.TagClassName
{
border-color: #904048;
}
</style>