Shades of Solid Pink #805154
Tints of Solid Pink #805154
RGB
CMYK
RGB Variations
Color information
#805154 (or 0x805154) is known color: Solid Pink. HEX triplet: 80, 51 and 54. RGB value is (128,81,84). Sum of RGB (Red+Green+Blue) = 128+81+84=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 84 (33.20% from 255 or 28.67% from 293); Max value from RGB is 128 - color contains mainly: red. Hex color #805154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805154 is #7FAEAB. Grayscale: #5F5F5F. Windows color (decimal): -8367788 or 5525888. OLE color: 5525888.
HSL color Cylindrical-coordinate representation of color #805154: hue angle of 356.17º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #805154 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 84 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.50 |
| HSL | 356.17º | 0.22% | 0.41% | - |
| HSV(B) | 356.17º | 0.37% | 0.5% | - |
| XYZ | 13.44 | 11.11 | 9.82 | - |
| YUV | 95.4 | 121.57 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 84 | 0 | 0.37 | 0.34 | 0.50 | 356.17 | 0.22 | 0.41 |
| Hex | 80 | 51 | 54 | 0 | 25 | 22 | 32 | 164 | 16 | 29 |
| Octal | 200 | 121 | 124 | 0 | 45 | 42 | 62 | 544 | 26 | 51 |
| Binary | 10000000 | 1010001 | 1010100 | 0 | 100101 | 100010 | 110010 | 101100100 | 10110 | 101001 |
Color Harmonies of #805154
Complementary color
Monochromatic Colors of #805154
Black with #805154
Text Example
Text Example
White with #805154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805154; }
p { color: rgb(128,81,84); }
H1.HeaderClassName
{
color: #805154;
}
.AnyTagClassName
{
color: #805154;
}
</style>
background-color css
<style>
a { background-color: #805154; }
a { background-color: rgb(128,81,84); }
div.DivClassName
{
background-color: #805154;
}
.BgClassName
{
background-color: #805154;
}
</style>
border-color css
<style>
span { border-color: #805154; }
span { border-color: rgb(128,81,84); }
td.TdClassName
{
border-color: #805154;
}
.TagClassName
{
border-color: #805154;
}
</style>