Shades of Solid Pink #80464B
Tints of Solid Pink #80464B
RGB
CMYK
RGB Variations
Color information
#80464B (or 0x80464B) is known color: Solid Pink. HEX triplet: 80, 46 and 4B. RGB value is (128,70,75). Sum of RGB (Red+Green+Blue) = 128+70+75=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #80464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80464B is #7FB9B4. Grayscale: #575757. Windows color (decimal): -8370613 or 4933248. OLE color: 4933248.
HSL color Cylindrical-coordinate representation of color #80464B: hue angle of 354.83º 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 #80464B is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 70 | 75 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.50 |
| HSL | 354.83º | 0.29% | 0.39% | - |
| HSV(B) | 354.83º | 0.45% | 0.5% | - |
| XYZ | 12.36 | 9.48 | 7.83 | - |
| YUV | 87.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 70 | 75 | 0 | 0.45 | 0.41 | 0.50 | 354.83 | 0.29 | 0.39 |
| Hex | 80 | 46 | 4B | 0 | 2D | 29 | 32 | 163 | 1D | 27 |
| Octal | 200 | 106 | 113 | 0 | 55 | 51 | 62 | 543 | 35 | 47 |
| Binary | 10000000 | 1000110 | 1001011 | 0 | 101101 | 101001 | 110010 | 101100011 | 11101 | 100111 |
Color Harmonies of #80464B
Complementary color
Monochromatic Colors of #80464B
Black with #80464B
Text Example
Text Example
White with #80464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80464B; }
p { color: rgb(128,70,75); }
H1.HeaderClassName
{
color: #80464B;
}
.AnyTagClassName
{
color: #80464B;
}
</style>
background-color css
<style>
a { background-color: #80464B; }
a { background-color: rgb(128,70,75); }
div.DivClassName
{
background-color: #80464B;
}
.BgClassName
{
background-color: #80464B;
}
</style>
border-color css
<style>
span { border-color: #80464B; }
span { border-color: rgb(128,70,75); }
td.TdClassName
{
border-color: #80464B;
}
.TagClassName
{
border-color: #80464B;
}
</style>