Shades of Solid Pink #94444C
Tints of Solid Pink #94444C
RGB
CMYK
RGB Variations
Color information
#94444C (or 0x94444C) is known color: Solid Pink. HEX triplet: 94, 44 and 4C. RGB value is (148,68,76). Sum of RGB (Red+Green+Blue) = 148+68+76=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #94444C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94444C is #6BBBB3. Grayscale: #5C5C5C. Windows color (decimal): -7060404 or 4998292. OLE color: 4998292.
HSL color Cylindrical-coordinate representation of color #94444C: hue angle of 354º 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 #94444C is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 68 | 76 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.42 |
| HSL | 354º | 0.37% | 0.42% | - |
| HSV(B) | 354º | 0.54% | 0.58% | - |
| XYZ | 15.58 | 10.95 | 8.13 | - |
| YUV | 92.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 68 | 76 | 0 | 0.54 | 0.49 | 0.42 | 354 | 0.37 | 0.42 |
| Hex | 94 | 44 | 4C | 0 | 36 | 31 | 2A | 162 | 25 | 2A |
| Octal | 224 | 104 | 114 | 0 | 66 | 61 | 52 | 542 | 45 | 52 |
| Binary | 10010100 | 1000100 | 1001100 | 0 | 110110 | 110001 | 101010 | 101100010 | 100101 | 101010 |
Color Harmonies of #94444C
Complementary color
Monochromatic Colors of #94444C
Black with #94444C
Text Example
Text Example
White with #94444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94444C; }
p { color: rgb(148,68,76); }
H1.HeaderClassName
{
color: #94444C;
}
.AnyTagClassName
{
color: #94444C;
}
</style>
background-color css
<style>
a { background-color: #94444C; }
a { background-color: rgb(148,68,76); }
div.DivClassName
{
background-color: #94444C;
}
.BgClassName
{
background-color: #94444C;
}
</style>
border-color css
<style>
span { border-color: #94444C; }
span { border-color: rgb(148,68,76); }
td.TdClassName
{
border-color: #94444C;
}
.TagClassName
{
border-color: #94444C;
}
</style>