Shades of Solid Pink #805153
Tints of Solid Pink #805153
RGB
CMYK
RGB Variations
Color information
#805153 (or 0x805153) is known color: Solid Pink. HEX triplet: 80, 51 and 53. RGB value is (128,81,83). Sum of RGB (Red+Green+Blue) = 128+81+83=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #805153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805153 is #7FAEAC. Grayscale: #5F5F5F. Windows color (decimal): -8367789 or 5460352. OLE color: 5460352.
HSL color Cylindrical-coordinate representation of color #805153: hue angle of 357.45º 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 #805153 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 83 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.50 |
| HSL | 357.45º | 0.22% | 0.41% | - |
| HSV(B) | 357.45º | 0.37% | 0.5% | - |
| XYZ | 13.41 | 11.1 | 9.62 | - |
| YUV | 95.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 83 | 0 | 0.37 | 0.35 | 0.50 | 357.45 | 0.22 | 0.41 |
| Hex | 80 | 51 | 53 | 0 | 25 | 23 | 32 | 165 | 16 | 29 |
| Octal | 200 | 121 | 123 | 0 | 45 | 43 | 62 | 545 | 26 | 51 |
| Binary | 10000000 | 1010001 | 1010011 | 0 | 100101 | 100011 | 110010 | 101100101 | 10110 | 101001 |
Color Harmonies of #805153
Complementary color
Monochromatic Colors of #805153
Black with #805153
Text Example
Text Example
White with #805153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805153; }
p { color: rgb(128,81,83); }
H1.HeaderClassName
{
color: #805153;
}
.AnyTagClassName
{
color: #805153;
}
</style>
background-color css
<style>
a { background-color: #805153; }
a { background-color: rgb(128,81,83); }
div.DivClassName
{
background-color: #805153;
}
.BgClassName
{
background-color: #805153;
}
</style>
border-color css
<style>
span { border-color: #805153; }
span { border-color: rgb(128,81,83); }
td.TdClassName
{
border-color: #805153;
}
.TagClassName
{
border-color: #805153;
}
</style>