Shades of Solid Pink #80474E
Tints of Solid Pink #80474E
RGB
CMYK
RGB Variations
Color information
#80474E (or 0x80474E) is known color: Solid Pink. HEX triplet: 80, 47 and 4E. RGB value is (128,71,78). Sum of RGB (Red+Green+Blue) = 128+71+78=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #80474E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80474E is #7FB8B1. Grayscale: #585858. Windows color (decimal): -8370354 or 5130112. OLE color: 5130112.
HSL color Cylindrical-coordinate representation of color #80474E: hue angle of 352.63º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80474E is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 71 | 78 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.50 |
| HSL | 352.63º | 0.29% | 0.39% | - |
| HSV(B) | 352.63º | 0.45% | 0.5% | - |
| XYZ | 12.53 | 9.65 | 8.41 | - |
| YUV | 88.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 71 | 78 | 0 | 0.45 | 0.39 | 0.50 | 352.63 | 0.29 | 0.39 |
| Hex | 80 | 47 | 4E | 0 | 2D | 27 | 32 | 161 | 1D | 27 |
| Octal | 200 | 107 | 116 | 0 | 55 | 47 | 62 | 541 | 35 | 47 |
| Binary | 10000000 | 1000111 | 1001110 | 0 | 101101 | 100111 | 110010 | 101100001 | 11101 | 100111 |
Color Harmonies of #80474E
Complementary color
Monochromatic Colors of #80474E
Black with #80474E
Text Example
Text Example
White with #80474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80474E; }
p { color: rgb(128,71,78); }
H1.HeaderClassName
{
color: #80474E;
}
.AnyTagClassName
{
color: #80474E;
}
</style>
background-color css
<style>
a { background-color: #80474E; }
a { background-color: rgb(128,71,78); }
div.DivClassName
{
background-color: #80474E;
}
.BgClassName
{
background-color: #80474E;
}
</style>
border-color css
<style>
span { border-color: #80474E; }
span { border-color: rgb(128,71,78); }
td.TdClassName
{
border-color: #80474E;
}
.TagClassName
{
border-color: #80474E;
}
</style>