Shades of Solid Pink #944348
Tints of Solid Pink #944348
RGB
CMYK
RGB Variations
Color information
#944348 (or 0x944348) is known color: Solid Pink. HEX triplet: 94, 43 and 48. RGB value is (148,67,72). Sum of RGB (Red+Green+Blue) = 148+67+72=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #944348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944348 is #6BBCB7. Grayscale: #5B5B5B. Windows color (decimal): -7060664 or 4735892. OLE color: 4735892.
HSL color Cylindrical-coordinate representation of color #944348: hue angle of 356.3º 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 #944348 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 67 | 72 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.42 |
| HSL | 356.3º | 0.38% | 0.42% | - |
| HSV(B) | 356.3º | 0.55% | 0.58% | - |
| XYZ | 15.39 | 10.78 | 7.4 | - |
| YUV | 91.79 | 116.84 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 67 | 72 | 0 | 0.55 | 0.51 | 0.42 | 356.3 | 0.38 | 0.42 |
| Hex | 94 | 43 | 48 | 0 | 37 | 33 | 2A | 164 | 26 | 2A |
| Octal | 224 | 103 | 110 | 0 | 67 | 63 | 52 | 544 | 46 | 52 |
| Binary | 10010100 | 1000011 | 1001000 | 0 | 110111 | 110011 | 101010 | 101100100 | 100110 | 101010 |
Color Harmonies of #944348
Complementary color
Monochromatic Colors of #944348
Black with #944348
Text Example
Text Example
White with #944348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944348; }
p { color: rgb(148,67,72); }
H1.HeaderClassName
{
color: #944348;
}
.AnyTagClassName
{
color: #944348;
}
</style>
background-color css
<style>
a { background-color: #944348; }
a { background-color: rgb(148,67,72); }
div.DivClassName
{
background-color: #944348;
}
.BgClassName
{
background-color: #944348;
}
</style>
border-color css
<style>
span { border-color: #944348; }
span { border-color: rgb(148,67,72); }
td.TdClassName
{
border-color: #944348;
}
.TagClassName
{
border-color: #944348;
}
</style>