Shades of Solid Pink #805152
Tints of Solid Pink #805152
RGB
CMYK
RGB Variations
Color information
#805152 (or 0x805152) is known color: Solid Pink. HEX triplet: 80, 51 and 52. RGB value is (128,81,82). Sum of RGB (Red+Green+Blue) = 128+81+82=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #805152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805152 is #7FAEAD. Grayscale: #5F5F5F. Windows color (decimal): -8367790 or 5394816. OLE color: 5394816.
HSL color Cylindrical-coordinate representation of color #805152: hue angle of 358.72º 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 #805152 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 82 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.50 |
| HSL | 358.72º | 0.22% | 0.41% | - |
| HSV(B) | 358.72º | 0.37% | 0.5% | - |
| XYZ | 13.37 | 11.08 | 9.42 | - |
| YUV | 95.17 | 120.57 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 82 | 0 | 0.37 | 0.36 | 0.50 | 358.72 | 0.22 | 0.41 |
| Hex | 80 | 51 | 52 | 0 | 25 | 24 | 32 | 167 | 16 | 29 |
| Octal | 200 | 121 | 122 | 0 | 45 | 44 | 62 | 547 | 26 | 51 |
| Binary | 10000000 | 1010001 | 1010010 | 0 | 100101 | 100100 | 110010 | 101100111 | 10110 | 101001 |
Color Harmonies of #805152
Complementary color
Monochromatic Colors of #805152
Black with #805152
Text Example
Text Example
White with #805152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805152; }
p { color: rgb(128,81,82); }
H1.HeaderClassName
{
color: #805152;
}
.AnyTagClassName
{
color: #805152;
}
</style>
background-color css
<style>
a { background-color: #805152; }
a { background-color: rgb(128,81,82); }
div.DivClassName
{
background-color: #805152;
}
.BgClassName
{
background-color: #805152;
}
</style>
border-color css
<style>
span { border-color: #805152; }
span { border-color: rgb(128,81,82); }
td.TdClassName
{
border-color: #805152;
}
.TagClassName
{
border-color: #805152;
}
</style>