Shades of Solid Pink #944953
Tints of Solid Pink #944953
RGB
CMYK
RGB Variations
Color information
#944953 (or 0x944953) is known color: Solid Pink. HEX triplet: 94, 49 and 53. RGB value is (148,73,83). Sum of RGB (Red+Green+Blue) = 148+73+83=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #944953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944953 is #6BB6AC. Grayscale: #606060. Windows color (decimal): -7059117 or 5458324. OLE color: 5458324.
HSL color Cylindrical-coordinate representation of color #944953: hue angle of 352º 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 #944953 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 73 | 83 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.42 |
| HSL | 352º | 0.34% | 0.43% | - |
| HSV(B) | 352º | 0.51% | 0.58% | - |
| XYZ | 16.16 | 11.69 | 9.59 | - |
| YUV | 96.57 | 120.35 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 83 | 0 | 0.51 | 0.44 | 0.42 | 352 | 0.34 | 0.43 |
| Hex | 94 | 49 | 53 | 0 | 33 | 2C | 2A | 160 | 22 | 2B |
| Octal | 224 | 111 | 123 | 0 | 63 | 54 | 52 | 540 | 42 | 53 |
| Binary | 10010100 | 1001001 | 1010011 | 0 | 110011 | 101100 | 101010 | 101100000 | 100010 | 101011 |
Color Harmonies of #944953
Complementary color
Monochromatic Colors of #944953
Black with #944953
Text Example
Text Example
White with #944953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944953; }
p { color: rgb(148,73,83); }
H1.HeaderClassName
{
color: #944953;
}
.AnyTagClassName
{
color: #944953;
}
</style>
background-color css
<style>
a { background-color: #944953; }
a { background-color: rgb(148,73,83); }
div.DivClassName
{
background-color: #944953;
}
.BgClassName
{
background-color: #944953;
}
</style>
border-color css
<style>
span { border-color: #944953; }
span { border-color: rgb(148,73,83); }
td.TdClassName
{
border-color: #944953;
}
.TagClassName
{
border-color: #944953;
}
</style>