Shades of Solid Pink #9A4D4F
Tints of Solid Pink #9A4D4F
RGB
CMYK
RGB Variations
Color information
#9A4D4F (or 0x9A4D4F) is known color: Solid Pink. HEX triplet: 9A, 4D and 4F. RGB value is (154,77,79). Sum of RGB (Red+Green+Blue) = 154+77+79=310 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.68% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A4D4F is #65B2B0. Grayscale: #646464. Windows color (decimal): -6664881 or 5197210. OLE color: 5197210.
HSL color Cylindrical-coordinate representation of color #9A4D4F: hue angle of 358.44º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A4D4F is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 77 | 79 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.40 |
| HSL | 358.44º | 0.33% | 0.45% | - |
| HSV(B) | 358.44º | 0.5% | 0.6% | - |
| XYZ | 17.39 | 12.74 | 8.94 | - |
| YUV | 100.25 | 116.01 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 77 | 79 | 0 | 0.50 | 0.49 | 0.40 | 358.44 | 0.33 | 0.45 |
| Hex | 9A | 4D | 4F | 0 | 32 | 31 | 28 | 166 | 21 | 2D |
| Octal | 232 | 115 | 117 | 0 | 62 | 61 | 50 | 546 | 41 | 55 |
| Binary | 10011010 | 1001101 | 1001111 | 0 | 110010 | 110001 | 101000 | 101100110 | 100001 | 101101 |
Color Harmonies of #9A4D4F
Complementary color
Monochromatic Colors of #9A4D4F
Black with #9A4D4F
Text Example
Text Example
White with #9A4D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4D4F; }
p { color: rgb(154,77,79); }
H1.HeaderClassName
{
color: #9A4D4F;
}
.AnyTagClassName
{
color: #9A4D4F;
}
</style>
background-color css
<style>
a { background-color: #9A4D4F; }
a { background-color: rgb(154,77,79); }
div.DivClassName
{
background-color: #9A4D4F;
}
.BgClassName
{
background-color: #9A4D4F;
}
</style>
border-color css
<style>
span { border-color: #9A4D4F; }
span { border-color: rgb(154,77,79); }
td.TdClassName
{
border-color: #9A4D4F;
}
.TagClassName
{
border-color: #9A4D4F;
}
</style>