Shades of Solid Pink #944448
Tints of Solid Pink #944448
RGB
CMYK
RGB Variations
Color information
#944448 (or 0x944448) is known color: Solid Pink. HEX triplet: 94, 44 and 48. RGB value is (148,68,72). Sum of RGB (Red+Green+Blue) = 148+68+72=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #944448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944448 is #6BBBB7. Grayscale: #5C5C5C. Windows color (decimal): -7060408 or 4736148. OLE color: 4736148.
HSL color Cylindrical-coordinate representation of color #944448: hue angle of 357º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #944448 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 68 | 72 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.42 |
| HSL | 357º | 0.37% | 0.42% | - |
| HSV(B) | 357º | 0.54% | 0.58% | - |
| XYZ | 15.45 | 10.9 | 7.42 | - |
| YUV | 92.38 | 116.5 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 68 | 72 | 0 | 0.54 | 0.51 | 0.42 | 357 | 0.37 | 0.42 |
| Hex | 94 | 44 | 48 | 0 | 36 | 33 | 2A | 165 | 25 | 2A |
| Octal | 224 | 104 | 110 | 0 | 66 | 63 | 52 | 545 | 45 | 52 |
| Binary | 10010100 | 1000100 | 1001000 | 0 | 110110 | 110011 | 101010 | 101100101 | 100101 | 101010 |
Color Harmonies of #944448
Complementary color
Monochromatic Colors of #944448
Black with #944448
Text Example
Text Example
White with #944448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944448; }
p { color: rgb(148,68,72); }
H1.HeaderClassName
{
color: #944448;
}
.AnyTagClassName
{
color: #944448;
}
</style>
background-color css
<style>
a { background-color: #944448; }
a { background-color: rgb(148,68,72); }
div.DivClassName
{
background-color: #944448;
}
.BgClassName
{
background-color: #944448;
}
</style>
border-color css
<style>
span { border-color: #944448; }
span { border-color: rgb(148,68,72); }
td.TdClassName
{
border-color: #944448;
}
.TagClassName
{
border-color: #944448;
}
</style>