Shades of Solid Pink #944349
Tints of Solid Pink #944349
RGB
CMYK
RGB Variations
Color information
#944349 (or 0x944349) is known color: Solid Pink. HEX triplet: 94, 43 and 49. RGB value is (148,67,73). Sum of RGB (Red+Green+Blue) = 148+67+73=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #944349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944349 is #6BBCB6. Grayscale: #5B5B5B. Windows color (decimal): -7060663 or 4801428. OLE color: 4801428.
HSL color Cylindrical-coordinate representation of color #944349: hue angle of 355.56º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #944349 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 67 | 73 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.42 |
| HSL | 355.56º | 0.38% | 0.42% | - |
| HSV(B) | 355.56º | 0.55% | 0.58% | - |
| XYZ | 15.42 | 10.79 | 7.57 | - |
| YUV | 91.9 | 117.34 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 67 | 73 | 0 | 0.55 | 0.51 | 0.42 | 355.56 | 0.38 | 0.42 |
| Hex | 94 | 43 | 49 | 0 | 37 | 33 | 2A | 164 | 26 | 2A |
| Octal | 224 | 103 | 111 | 0 | 67 | 63 | 52 | 544 | 46 | 52 |
| Binary | 10010100 | 1000011 | 1001001 | 0 | 110111 | 110011 | 101010 | 101100100 | 100110 | 101010 |
Color Harmonies of #944349
Complementary color
Monochromatic Colors of #944349
Black with #944349
Text Example
Text Example
White with #944349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944349; }
p { color: rgb(148,67,73); }
H1.HeaderClassName
{
color: #944349;
}
.AnyTagClassName
{
color: #944349;
}
</style>
background-color css
<style>
a { background-color: #944349; }
a { background-color: rgb(148,67,73); }
div.DivClassName
{
background-color: #944349;
}
.BgClassName
{
background-color: #944349;
}
</style>
border-color css
<style>
span { border-color: #944349; }
span { border-color: rgb(148,67,73); }
td.TdClassName
{
border-color: #944349;
}
.TagClassName
{
border-color: #944349;
}
</style>