Shades of Solid Pink #904249
Tints of Solid Pink #904249
RGB
CMYK
RGB Variations
Color information
#904249 (or 0x904249) is known color: Solid Pink. HEX triplet: 90, 42 and 49. RGB value is (144,66,73). Sum of RGB (Red+Green+Blue) = 144+66+73=283 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.88% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 144 - color contains mainly: red. Hex color #904249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904249 is #6FBDB6. Grayscale: #5A5A5A. Windows color (decimal): -7323063 or 4801168. OLE color: 4801168.
HSL color Cylindrical-coordinate representation of color #904249: hue angle of 354.62º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #904249 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 66 | 73 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.44 |
| HSL | 354.62º | 0.37% | 0.41% | - |
| HSV(B) | 354.62º | 0.54% | 0.56% | - |
| XYZ | 14.65 | 10.31 | 7.52 | - |
| YUV | 90.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 66 | 73 | 0 | 0.54 | 0.49 | 0.44 | 354.62 | 0.37 | 0.41 |
| Hex | 90 | 42 | 49 | 0 | 36 | 31 | 2C | 163 | 25 | 29 |
| Octal | 220 | 102 | 111 | 0 | 66 | 61 | 54 | 543 | 45 | 51 |
| Binary | 10010000 | 1000010 | 1001001 | 0 | 110110 | 110001 | 101100 | 101100011 | 100101 | 101001 |
Color Harmonies of #904249
Complementary color
Monochromatic Colors of #904249
Black with #904249
Text Example
Text Example
White with #904249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904249; }
p { color: rgb(144,66,73); }
H1.HeaderClassName
{
color: #904249;
}
.AnyTagClassName
{
color: #904249;
}
</style>
background-color css
<style>
a { background-color: #904249; }
a { background-color: rgb(144,66,73); }
div.DivClassName
{
background-color: #904249;
}
.BgClassName
{
background-color: #904249;
}
</style>
border-color css
<style>
span { border-color: #904249; }
span { border-color: rgb(144,66,73); }
td.TdClassName
{
border-color: #904249;
}
.TagClassName
{
border-color: #904249;
}
</style>