Shades of Solid Pink #944244
Tints of Solid Pink #944244
RGB
CMYK
RGB Variations
Color information
#944244 (or 0x944244) is known color: Solid Pink. HEX triplet: 94, 42 and 44. RGB value is (148,66,68). Sum of RGB (Red+Green+Blue) = 148+66+68=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #944244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944244 is #6BBDBB. Grayscale: #5A5A5A. Windows color (decimal): -7060924 or 4473492. OLE color: 4473492.
HSL color Cylindrical-coordinate representation of color #944244: hue angle of 358.54º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #944244 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 66 | 68 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.42 |
| HSL | 358.54º | 0.38% | 0.42% | - |
| HSV(B) | 358.54º | 0.55% | 0.58% | - |
| XYZ | 15.2 | 10.61 | 6.72 | - |
| YUV | 90.75 | 115.17 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 66 | 68 | 0 | 0.55 | 0.54 | 0.42 | 358.54 | 0.38 | 0.42 |
| Hex | 94 | 42 | 44 | 0 | 37 | 36 | 2A | 167 | 26 | 2A |
| Octal | 224 | 102 | 104 | 0 | 67 | 66 | 52 | 547 | 46 | 52 |
| Binary | 10010100 | 1000010 | 1000100 | 0 | 110111 | 110110 | 101010 | 101100111 | 100110 | 101010 |
Color Harmonies of #944244
Complementary color
Monochromatic Colors of #944244
Black with #944244
Text Example
Text Example
White with #944244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944244; }
p { color: rgb(148,66,68); }
H1.HeaderClassName
{
color: #944244;
}
.AnyTagClassName
{
color: #944244;
}
</style>
background-color css
<style>
a { background-color: #944244; }
a { background-color: rgb(148,66,68); }
div.DivClassName
{
background-color: #944244;
}
.BgClassName
{
background-color: #944244;
}
</style>
border-color css
<style>
span { border-color: #944244; }
span { border-color: rgb(148,66,68); }
td.TdClassName
{
border-color: #944244;
}
.TagClassName
{
border-color: #944244;
}
</style>