Shades of Solid Pink #924649
Tints of Solid Pink #924649
RGB
CMYK
RGB Variations
Color information
#924649 (or 0x924649) is known color: Solid Pink. HEX triplet: 92, 46 and 49. RGB value is (146,70,73). Sum of RGB (Red+Green+Blue) = 146+70+73=289 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.52% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 146 - color contains mainly: red. Hex color #924649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924649 is #6DB9B6. Grayscale: #5D5D5D. Windows color (decimal): -7190967 or 4802194. OLE color: 4802194.
HSL color Cylindrical-coordinate representation of color #924649: hue angle of 357.63º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #924649 is Cyan = 0, Magento = 0.52, Yellow = 0.5 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 70 | 73 | - |
| CMYK | 0 | 0.52 | 0.5 | 0.43 |
| HSL | 357.63º | 0.35% | 0.42% | - |
| HSV(B) | 357.63º | 0.52% | 0.57% | - |
| XYZ | 15.25 | 10.97 | 7.62 | - |
| YUV | 93.07 | 116.68 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 70 | 73 | 0 | 0.52 | 0.5 | 0.43 | 357.63 | 0.35 | 0.42 |
| Hex | 92 | 46 | 49 | 0 | 34 | 32 | 2B | 166 | 23 | 2A |
| Octal | 222 | 106 | 111 | 0 | 64 | 62 | 53 | 546 | 43 | 52 |
| Binary | 10010010 | 1000110 | 1001001 | 0 | 110100 | 110010 | 101011 | 101100110 | 100011 | 101010 |
Color Harmonies of #924649
Complementary color
Monochromatic Colors of #924649
Black with #924649
Text Example
Text Example
White with #924649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924649; }
p { color: rgb(146,70,73); }
H1.HeaderClassName
{
color: #924649;
}
.AnyTagClassName
{
color: #924649;
}
</style>
background-color css
<style>
a { background-color: #924649; }
a { background-color: rgb(146,70,73); }
div.DivClassName
{
background-color: #924649;
}
.BgClassName
{
background-color: #924649;
}
</style>
border-color css
<style>
span { border-color: #924649; }
span { border-color: rgb(146,70,73); }
td.TdClassName
{
border-color: #924649;
}
.TagClassName
{
border-color: #924649;
}
</style>