Shades of Solid Pink #804A4F
Tints of Solid Pink #804A4F
RGB
CMYK
RGB Variations
Color information
#804A4F (or 0x804A4F) is known color: Solid Pink. HEX triplet: 80, 4A and 4F. RGB value is (128,74,79). Sum of RGB (Red+Green+Blue) = 128+74+79=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #804A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804A4F is #7FB5B0. Grayscale: #5A5A5A. Windows color (decimal): -8369585 or 5196416. OLE color: 5196416.
HSL color Cylindrical-coordinate representation of color #804A4F: hue angle of 354.44º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #804A4F is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 74 | 79 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.50 |
| HSL | 354.44º | 0.27% | 0.4% | - |
| HSV(B) | 354.44º | 0.42% | 0.5% | - |
| XYZ | 12.76 | 10.05 | 8.66 | - |
| YUV | 90.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 74 | 79 | 0 | 0.42 | 0.38 | 0.50 | 354.44 | 0.27 | 0.4 |
| Hex | 80 | 4A | 4F | 0 | 2A | 26 | 32 | 162 | 1B | 28 |
| Octal | 200 | 112 | 117 | 0 | 52 | 46 | 62 | 542 | 33 | 50 |
| Binary | 10000000 | 1001010 | 1001111 | 0 | 101010 | 100110 | 110010 | 101100010 | 11011 | 101000 |
Color Harmonies of #804A4F
Complementary color
Monochromatic Colors of #804A4F
Black with #804A4F
Text Example
Text Example
White with #804A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804A4F; }
p { color: rgb(128,74,79); }
H1.HeaderClassName
{
color: #804A4F;
}
.AnyTagClassName
{
color: #804A4F;
}
</style>
background-color css
<style>
a { background-color: #804A4F; }
a { background-color: rgb(128,74,79); }
div.DivClassName
{
background-color: #804A4F;
}
.BgClassName
{
background-color: #804A4F;
}
</style>
border-color css
<style>
span { border-color: #804A4F; }
span { border-color: rgb(128,74,79); }
td.TdClassName
{
border-color: #804A4F;
}
.TagClassName
{
border-color: #804A4F;
}
</style>