Shades of Solid Pink #944749
Tints of Solid Pink #944749
RGB
CMYK
RGB Variations
Color information
#944749 (or 0x944749) is known color: Solid Pink. HEX triplet: 94, 47 and 49. RGB value is (148,71,73). Sum of RGB (Red+Green+Blue) = 148+71+73=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #944749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944749 is #6BB8B6. Grayscale: #5E5E5E. Windows color (decimal): -7059639 or 4802452. OLE color: 4802452.
HSL color Cylindrical-coordinate representation of color #944749: hue angle of 358.44º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #944749 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 71 | 73 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.42 |
| HSL | 358.44º | 0.35% | 0.43% | - |
| HSV(B) | 358.44º | 0.52% | 0.58% | - |
| XYZ | 15.67 | 11.28 | 7.66 | - |
| YUV | 94.25 | 116.01 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 71 | 73 | 0 | 0.52 | 0.51 | 0.42 | 358.44 | 0.35 | 0.43 |
| Hex | 94 | 47 | 49 | 0 | 34 | 33 | 2A | 166 | 23 | 2B |
| Octal | 224 | 107 | 111 | 0 | 64 | 63 | 52 | 546 | 43 | 53 |
| Binary | 10010100 | 1000111 | 1001001 | 0 | 110100 | 110011 | 101010 | 101100110 | 100011 | 101011 |
Color Harmonies of #944749
Complementary color
Monochromatic Colors of #944749
Black with #944749
Text Example
Text Example
White with #944749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944749; }
p { color: rgb(148,71,73); }
H1.HeaderClassName
{
color: #944749;
}
.AnyTagClassName
{
color: #944749;
}
</style>
background-color css
<style>
a { background-color: #944749; }
a { background-color: rgb(148,71,73); }
div.DivClassName
{
background-color: #944749;
}
.BgClassName
{
background-color: #944749;
}
</style>
border-color css
<style>
span { border-color: #944749; }
span { border-color: rgb(148,71,73); }
td.TdClassName
{
border-color: #944749;
}
.TagClassName
{
border-color: #944749;
}
</style>