Shades of Solid Pink #944950
Tints of Solid Pink #944950
RGB
CMYK
RGB Variations
Color information
#944950 (or 0x944950) is known color: Solid Pink. HEX triplet: 94, 49 and 50. RGB value is (148,73,80). Sum of RGB (Red+Green+Blue) = 148+73+80=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #944950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944950 is #6BB6AF. Grayscale: #606060. Windows color (decimal): -7059120 or 5261716. OLE color: 5261716.
HSL color Cylindrical-coordinate representation of color #944950: hue angle of 354.4º 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 #944950 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 73 | 80 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.42 |
| HSL | 354.4º | 0.34% | 0.43% | - |
| HSV(B) | 354.4º | 0.51% | 0.58% | - |
| XYZ | 16.04 | 11.64 | 8.99 | - |
| YUV | 96.22 | 118.85 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 80 | 0 | 0.51 | 0.46 | 0.42 | 354.4 | 0.34 | 0.43 |
| Hex | 94 | 49 | 50 | 0 | 33 | 2E | 2A | 162 | 22 | 2B |
| Octal | 224 | 111 | 120 | 0 | 63 | 56 | 52 | 542 | 42 | 53 |
| Binary | 10010100 | 1001001 | 1010000 | 0 | 110011 | 101110 | 101010 | 101100010 | 100010 | 101011 |
Color Harmonies of #944950
Complementary color
Monochromatic Colors of #944950
Black with #944950
Text Example
Text Example
White with #944950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944950; }
p { color: rgb(148,73,80); }
H1.HeaderClassName
{
color: #944950;
}
.AnyTagClassName
{
color: #944950;
}
</style>
background-color css
<style>
a { background-color: #944950; }
a { background-color: rgb(148,73,80); }
div.DivClassName
{
background-color: #944950;
}
.BgClassName
{
background-color: #944950;
}
</style>
border-color css
<style>
span { border-color: #944950; }
span { border-color: rgb(148,73,80); }
td.TdClassName
{
border-color: #944950;
}
.TagClassName
{
border-color: #944950;
}
</style>