Shades of Solid Pink #9A4C4D
Tints of Solid Pink #9A4C4D
RGB
CMYK
RGB Variations
Color information
#9A4C4D (or 0x9A4C4D) is known color: Solid Pink. HEX triplet: 9A, 4C and 4D. RGB value is (154,76,77). Sum of RGB (Red+Green+Blue) = 154+76+77=307 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.16% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4C4D is #65B3B2. Grayscale: #636363. Windows color (decimal): -6665139 or 5065882. OLE color: 5065882.
HSL color Cylindrical-coordinate representation of color #9A4C4D: hue angle of 359.23º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A4C4D is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 76 | 77 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.40 |
| HSL | 359.23º | 0.34% | 0.45% | - |
| HSV(B) | 359.23º | 0.51% | 0.6% | - |
| XYZ | 17.25 | 12.57 | 8.54 | - |
| YUV | 99.44 | 115.34 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 76 | 77 | 0 | 0.51 | 0.50 | 0.40 | 359.23 | 0.34 | 0.45 |
| Hex | 9A | 4C | 4D | 0 | 33 | 32 | 28 | 167 | 22 | 2D |
| Octal | 232 | 114 | 115 | 0 | 63 | 62 | 50 | 547 | 42 | 55 |
| Binary | 10011010 | 1001100 | 1001101 | 0 | 110011 | 110010 | 101000 | 101100111 | 100010 | 101101 |
Color Harmonies of #9A4C4D
Complementary color
Monochromatic Colors of #9A4C4D
Black with #9A4C4D
Text Example
Text Example
White with #9A4C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4C4D; }
p { color: rgb(154,76,77); }
H1.HeaderClassName
{
color: #9A4C4D;
}
.AnyTagClassName
{
color: #9A4C4D;
}
</style>
background-color css
<style>
a { background-color: #9A4C4D; }
a { background-color: rgb(154,76,77); }
div.DivClassName
{
background-color: #9A4C4D;
}
.BgClassName
{
background-color: #9A4C4D;
}
</style>
border-color css
<style>
span { border-color: #9A4C4D; }
span { border-color: rgb(154,76,77); }
td.TdClassName
{
border-color: #9A4C4D;
}
.TagClassName
{
border-color: #9A4C4D;
}
</style>