Shades of Solid Pink #944748
Tints of Solid Pink #944748
RGB
CMYK
RGB Variations
Color information
#944748 (or 0x944748) is known color: Solid Pink. HEX triplet: 94, 47 and 48. RGB value is (148,71,72). Sum of RGB (Red+Green+Blue) = 148+71+72=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #944748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944748 is #6BB8B7. Grayscale: #5E5E5E. Windows color (decimal): -7059640 or 4736916. OLE color: 4736916.
HSL color Cylindrical-coordinate representation of color #944748: hue angle of 359.22º 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 #944748 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 71 | 72 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.42 |
| HSL | 359.22º | 0.35% | 0.43% | - |
| HSV(B) | 359.22º | 0.52% | 0.58% | - |
| XYZ | 15.64 | 11.27 | 7.48 | - |
| YUV | 94.14 | 115.51 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 71 | 72 | 0 | 0.52 | 0.51 | 0.42 | 359.22 | 0.35 | 0.43 |
| Hex | 94 | 47 | 48 | 0 | 34 | 33 | 2A | 167 | 23 | 2B |
| Octal | 224 | 107 | 110 | 0 | 64 | 63 | 52 | 547 | 43 | 53 |
| Binary | 10010100 | 1000111 | 1001000 | 0 | 110100 | 110011 | 101010 | 101100111 | 100011 | 101011 |
Color Harmonies of #944748
Complementary color
Monochromatic Colors of #944748
Black with #944748
Text Example
Text Example
White with #944748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944748; }
p { color: rgb(148,71,72); }
H1.HeaderClassName
{
color: #944748;
}
.AnyTagClassName
{
color: #944748;
}
</style>
background-color css
<style>
a { background-color: #944748; }
a { background-color: rgb(148,71,72); }
div.DivClassName
{
background-color: #944748;
}
.BgClassName
{
background-color: #944748;
}
</style>
border-color css
<style>
span { border-color: #944748; }
span { border-color: rgb(148,71,72); }
td.TdClassName
{
border-color: #944748;
}
.TagClassName
{
border-color: #944748;
}
</style>