Shades of Solid Pink #924A4D
Tints of Solid Pink #924A4D
RGB
CMYK
RGB Variations
Color information
#924A4D (or 0x924A4D) is known color: Solid Pink. HEX triplet: 92, 4A and 4D. RGB value is (146,74,77). Sum of RGB (Red+Green+Blue) = 146+74+77=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #924A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924A4D is #6DB5B2. Grayscale: #5F5F5F. Windows color (decimal): -7189939 or 5065362. OLE color: 5065362.
HSL color Cylindrical-coordinate representation of color #924A4D: hue angle of 357.5º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #924A4D is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 74 | 77 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.43 |
| HSL | 357.5º | 0.33% | 0.43% | - |
| HSV(B) | 357.5º | 0.49% | 0.57% | - |
| XYZ | 15.64 | 11.54 | 8.43 | - |
| YUV | 95.87 | 117.35 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 74 | 77 | 0 | 0.49 | 0.47 | 0.43 | 357.5 | 0.33 | 0.43 |
| Hex | 92 | 4A | 4D | 0 | 31 | 2F | 2B | 166 | 21 | 2B |
| Octal | 222 | 112 | 115 | 0 | 61 | 57 | 53 | 546 | 41 | 53 |
| Binary | 10010010 | 1001010 | 1001101 | 0 | 110001 | 101111 | 101011 | 101100110 | 100001 | 101011 |
Color Harmonies of #924A4D
Complementary color
Monochromatic Colors of #924A4D
Black with #924A4D
Text Example
Text Example
White with #924A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924A4D; }
p { color: rgb(146,74,77); }
H1.HeaderClassName
{
color: #924A4D;
}
.AnyTagClassName
{
color: #924A4D;
}
</style>
background-color css
<style>
a { background-color: #924A4D; }
a { background-color: rgb(146,74,77); }
div.DivClassName
{
background-color: #924A4D;
}
.BgClassName
{
background-color: #924A4D;
}
</style>
border-color css
<style>
span { border-color: #924A4D; }
span { border-color: rgb(146,74,77); }
td.TdClassName
{
border-color: #924A4D;
}
.TagClassName
{
border-color: #924A4D;
}
</style>