Shades of Solid Pink #815256
Tints of Solid Pink #815256
RGB
CMYK
RGB Variations
Color information
#815256 (or 0x815256) is known color: Solid Pink. HEX triplet: 81, 52 and 56. RGB value is (129,82,86). Sum of RGB (Red+Green+Blue) = 129+82+86=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #815256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815256 is #7EADA9. Grayscale: #606060. Windows color (decimal): -8301994 or 5657217. OLE color: 5657217.
HSL color Cylindrical-coordinate representation of color #815256: hue angle of 354.89º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #815256 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 82 | 86 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.49 |
| HSL | 354.89º | 0.22% | 0.41% | - |
| HSV(B) | 354.89º | 0.36% | 0.51% | - |
| XYZ | 13.75 | 11.37 | 10.27 | - |
| YUV | 96.51 | 122.07 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 82 | 86 | 0 | 0.36 | 0.33 | 0.49 | 354.89 | 0.22 | 0.41 |
| Hex | 81 | 52 | 56 | 0 | 24 | 21 | 31 | 163 | 16 | 29 |
| Octal | 201 | 122 | 126 | 0 | 44 | 41 | 61 | 543 | 26 | 51 |
| Binary | 10000001 | 1010010 | 1010110 | 0 | 100100 | 100001 | 110001 | 101100011 | 10110 | 101001 |
Color Harmonies of #815256
Complementary color
Monochromatic Colors of #815256
Black with #815256
Text Example
Text Example
White with #815256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815256; }
p { color: rgb(129,82,86); }
H1.HeaderClassName
{
color: #815256;
}
.AnyTagClassName
{
color: #815256;
}
</style>
background-color css
<style>
a { background-color: #815256; }
a { background-color: rgb(129,82,86); }
div.DivClassName
{
background-color: #815256;
}
.BgClassName
{
background-color: #815256;
}
</style>
border-color css
<style>
span { border-color: #815256; }
span { border-color: rgb(129,82,86); }
td.TdClassName
{
border-color: #815256;
}
.TagClassName
{
border-color: #815256;
}
</style>