Shades of Solid Pink #80454A
Tints of Solid Pink #80454A
RGB
CMYK
RGB Variations
Color information
#80454A (or 0x80454A) is known color: Solid Pink. HEX triplet: 80, 45 and 4A. RGB value is (128,69,74). Sum of RGB (Red+Green+Blue) = 128+69+74=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #80454A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80454A is #7FBAB5. Grayscale: #575757. Windows color (decimal): -8370870 or 4867456. OLE color: 4867456.
HSL color Cylindrical-coordinate representation of color #80454A: hue angle of 354.92º 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 #80454A is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 69 | 74 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.50 |
| HSL | 354.92º | 0.3% | 0.39% | - |
| HSV(B) | 354.92º | 0.46% | 0.5% | - |
| XYZ | 12.27 | 9.34 | 7.63 | - |
| YUV | 87.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 74 | 0 | 0.46 | 0.42 | 0.50 | 354.92 | 0.3 | 0.39 |
| Hex | 80 | 45 | 4A | 0 | 2E | 2A | 32 | 163 | 1E | 27 |
| Octal | 200 | 105 | 112 | 0 | 56 | 52 | 62 | 543 | 36 | 47 |
| Binary | 10000000 | 1000101 | 1001010 | 0 | 101110 | 101010 | 110010 | 101100011 | 11110 | 100111 |
Color Harmonies of #80454A
Complementary color
Monochromatic Colors of #80454A
Black with #80454A
Text Example
Text Example
White with #80454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80454A; }
p { color: rgb(128,69,74); }
H1.HeaderClassName
{
color: #80454A;
}
.AnyTagClassName
{
color: #80454A;
}
</style>
background-color css
<style>
a { background-color: #80454A; }
a { background-color: rgb(128,69,74); }
div.DivClassName
{
background-color: #80454A;
}
.BgClassName
{
background-color: #80454A;
}
</style>
border-color css
<style>
span { border-color: #80454A; }
span { border-color: rgb(128,69,74); }
td.TdClassName
{
border-color: #80454A;
}
.TagClassName
{
border-color: #80454A;
}
</style>