Shades of Solid Pink #944346
Tints of Solid Pink #944346
RGB
CMYK
RGB Variations
Color information
#944346 (or 0x944346) is known color: Solid Pink. HEX triplet: 94, 43 and 46. RGB value is (148,67,70). Sum of RGB (Red+Green+Blue) = 148+67+70=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #944346 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944346 is #6BBCB9. Grayscale: #5B5B5B. Windows color (decimal): -7060666 or 4604820. OLE color: 4604820.
HSL color Cylindrical-coordinate representation of color #944346: hue angle of 357.78º 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 #944346 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 67 | 70 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.42 |
| HSL | 357.78º | 0.38% | 0.42% | - |
| HSV(B) | 357.78º | 0.55% | 0.58% | - |
| XYZ | 15.33 | 10.75 | 7.06 | - |
| YUV | 91.56 | 115.84 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 67 | 70 | 0 | 0.55 | 0.53 | 0.42 | 357.78 | 0.38 | 0.42 |
| Hex | 94 | 43 | 46 | 0 | 37 | 35 | 2A | 166 | 26 | 2A |
| Octal | 224 | 103 | 106 | 0 | 67 | 65 | 52 | 546 | 46 | 52 |
| Binary | 10010100 | 1000011 | 1000110 | 0 | 110111 | 110101 | 101010 | 101100110 | 100110 | 101010 |
Color Harmonies of #944346
Complementary color
Monochromatic Colors of #944346
Black with #944346
Text Example
Text Example
White with #944346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944346; }
p { color: rgb(148,67,70); }
H1.HeaderClassName
{
color: #944346;
}
.AnyTagClassName
{
color: #944346;
}
</style>
background-color css
<style>
a { background-color: #944346; }
a { background-color: rgb(148,67,70); }
div.DivClassName
{
background-color: #944346;
}
.BgClassName
{
background-color: #944346;
}
</style>
border-color css
<style>
span { border-color: #944346; }
span { border-color: rgb(148,67,70); }
td.TdClassName
{
border-color: #944346;
}
.TagClassName
{
border-color: #944346;
}
</style>