Shades of Solid Pink #805455
Tints of Solid Pink #805455
RGB
CMYK
RGB Variations
Color information
#805455 (or 0x805455) is known color: Solid Pink. HEX triplet: 80, 54 and 55. RGB value is (128,84,85). Sum of RGB (Red+Green+Blue) = 128+84+85=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 128 - color contains mainly: red. Hex color #805455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805455 is #7FABAA. Grayscale: #616161. Windows color (decimal): -8367019 or 5592192. OLE color: 5592192.
HSL color Cylindrical-coordinate representation of color #805455: hue angle of 358.64º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #805455 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 84 | 85 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.50 |
| HSL | 358.64º | 0.21% | 0.42% | - |
| HSV(B) | 358.64º | 0.34% | 0.5% | - |
| XYZ | 13.71 | 11.59 | 10.11 | - |
| YUV | 97.27 | 121.08 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 84 | 85 | 0 | 0.34 | 0.34 | 0.50 | 358.64 | 0.21 | 0.42 |
| Hex | 80 | 54 | 55 | 0 | 22 | 22 | 32 | 167 | 15 | 2A |
| Octal | 200 | 124 | 125 | 0 | 42 | 42 | 62 | 547 | 25 | 52 |
| Binary | 10000000 | 1010100 | 1010101 | 0 | 100010 | 100010 | 110010 | 101100111 | 10101 | 101010 |
Color Harmonies of #805455
Complementary color
Monochromatic Colors of #805455
Black with #805455
Text Example
Text Example
White with #805455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805455; }
p { color: rgb(128,84,85); }
H1.HeaderClassName
{
color: #805455;
}
.AnyTagClassName
{
color: #805455;
}
</style>
background-color css
<style>
a { background-color: #805455; }
a { background-color: rgb(128,84,85); }
div.DivClassName
{
background-color: #805455;
}
.BgClassName
{
background-color: #805455;
}
</style>
border-color css
<style>
span { border-color: #805455; }
span { border-color: rgb(128,84,85); }
td.TdClassName
{
border-color: #805455;
}
.TagClassName
{
border-color: #805455;
}
</style>