Shades of Solid Pink #94444D
Tints of Solid Pink #94444D
RGB
CMYK
RGB Variations
Color information
#94444D (or 0x94444D) is known color: Solid Pink. HEX triplet: 94, 44 and 4D. RGB value is (148,68,77). Sum of RGB (Red+Green+Blue) = 148+68+77=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #94444D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94444D is #6BBBB2. Grayscale: #5C5C5C. Windows color (decimal): -7060403 or 5063828. OLE color: 5063828.
HSL color Cylindrical-coordinate representation of color #94444D: hue angle of 353.25º 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 #94444D is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 68 | 77 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.42 |
| HSL | 353.25º | 0.37% | 0.42% | - |
| HSV(B) | 353.25º | 0.54% | 0.58% | - |
| XYZ | 15.62 | 10.97 | 8.31 | - |
| YUV | 92.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 68 | 77 | 0 | 0.54 | 0.48 | 0.42 | 353.25 | 0.37 | 0.42 |
| Hex | 94 | 44 | 4D | 0 | 36 | 30 | 2A | 161 | 25 | 2A |
| Octal | 224 | 104 | 115 | 0 | 66 | 60 | 52 | 541 | 45 | 52 |
| Binary | 10010100 | 1000100 | 1001101 | 0 | 110110 | 110000 | 101010 | 101100001 | 100101 | 101010 |
Color Harmonies of #94444D
Complementary color
Monochromatic Colors of #94444D
Black with #94444D
Text Example
Text Example
White with #94444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94444D; }
p { color: rgb(148,68,77); }
H1.HeaderClassName
{
color: #94444D;
}
.AnyTagClassName
{
color: #94444D;
}
</style>
background-color css
<style>
a { background-color: #94444D; }
a { background-color: rgb(148,68,77); }
div.DivClassName
{
background-color: #94444D;
}
.BgClassName
{
background-color: #94444D;
}
</style>
border-color css
<style>
span { border-color: #94444D; }
span { border-color: rgb(148,68,77); }
td.TdClassName
{
border-color: #94444D;
}
.TagClassName
{
border-color: #94444D;
}
</style>