Shades of Solid Pink #80454B
Tints of Solid Pink #80454B
RGB
CMYK
RGB Variations
Color information
#80454B (or 0x80454B) is known color: Solid Pink. HEX triplet: 80, 45 and 4B. RGB value is (128,69,75). Sum of RGB (Red+Green+Blue) = 128+69+75=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #80454B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80454B is #7FBAB4. Grayscale: #575757. Windows color (decimal): -8370869 or 4932992. OLE color: 4932992.
HSL color Cylindrical-coordinate representation of color #80454B: hue angle of 353.9º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80454B is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 69 | 75 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.50 |
| HSL | 353.9º | 0.3% | 0.39% | - |
| HSV(B) | 353.9º | 0.46% | 0.5% | - |
| XYZ | 12.3 | 9.35 | 7.81 | - |
| YUV | 87.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 75 | 0 | 0.46 | 0.41 | 0.50 | 353.9 | 0.3 | 0.39 |
| Hex | 80 | 45 | 4B | 0 | 2E | 29 | 32 | 162 | 1E | 27 |
| Octal | 200 | 105 | 113 | 0 | 56 | 51 | 62 | 542 | 36 | 47 |
| Binary | 10000000 | 1000101 | 1001011 | 0 | 101110 | 101001 | 110010 | 101100010 | 11110 | 100111 |
Color Harmonies of #80454B
Complementary color
Monochromatic Colors of #80454B
Black with #80454B
Text Example
Text Example
White with #80454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80454B; }
p { color: rgb(128,69,75); }
H1.HeaderClassName
{
color: #80454B;
}
.AnyTagClassName
{
color: #80454B;
}
</style>
background-color css
<style>
a { background-color: #80454B; }
a { background-color: rgb(128,69,75); }
div.DivClassName
{
background-color: #80454B;
}
.BgClassName
{
background-color: #80454B;
}
</style>
border-color css
<style>
span { border-color: #80454B; }
span { border-color: rgb(128,69,75); }
td.TdClassName
{
border-color: #80454B;
}
.TagClassName
{
border-color: #80454B;
}
</style>