Shades of Solid Pink #944047
Tints of Solid Pink #944047
RGB
CMYK
RGB Variations
Color information
#944047 (or 0x944047) is known color: Solid Pink. HEX triplet: 94, 40 and 47. RGB value is (148,64,71). Sum of RGB (Red+Green+Blue) = 148+64+71=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #944047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944047 is #6BBFB8. Grayscale: #595959. Windows color (decimal): -7061433 or 4669588. OLE color: 4669588.
HSL color Cylindrical-coordinate representation of color #944047: hue angle of 355º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #944047 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 64 | 71 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.42 |
| HSL | 355º | 0.4% | 0.42% | - |
| HSV(B) | 355º | 0.57% | 0.58% | - |
| XYZ | 15.18 | 10.42 | 7.17 | - |
| YUV | 89.91 | 117.33 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 71 | 0 | 0.57 | 0.52 | 0.42 | 355 | 0.4 | 0.42 |
| Hex | 94 | 40 | 47 | 0 | 39 | 34 | 2A | 163 | 28 | 2A |
| Octal | 224 | 100 | 107 | 0 | 71 | 64 | 52 | 543 | 50 | 52 |
| Binary | 10010100 | 1000000 | 1000111 | 0 | 111001 | 110100 | 101010 | 101100011 | 101000 | 101010 |
Color Harmonies of #944047
Complementary color
Monochromatic Colors of #944047
Black with #944047
Text Example
Text Example
White with #944047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944047; }
p { color: rgb(148,64,71); }
H1.HeaderClassName
{
color: #944047;
}
.AnyTagClassName
{
color: #944047;
}
</style>
background-color css
<style>
a { background-color: #944047; }
a { background-color: rgb(148,64,71); }
div.DivClassName
{
background-color: #944047;
}
.BgClassName
{
background-color: #944047;
}
</style>
border-color css
<style>
span { border-color: #944047; }
span { border-color: rgb(148,64,71); }
td.TdClassName
{
border-color: #944047;
}
.TagClassName
{
border-color: #944047;
}
</style>