Shades of Solid Pink #825257
Tints of Solid Pink #825257
RGB
CMYK
RGB Variations
Color information
#825257 (or 0x825257) is known color: Solid Pink. HEX triplet: 82, 52 and 57. RGB value is (130,82,87). Sum of RGB (Red+Green+Blue) = 130+82+87=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #825257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825257 is #7DADA8. Grayscale: #606060. Windows color (decimal): -8236457 or 5722754. OLE color: 5722754.
HSL color Cylindrical-coordinate representation of color #825257: hue angle of 353.75º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #825257 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 87 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.49 |
| HSL | 353.75º | 0.23% | 0.42% | - |
| HSV(B) | 353.75º | 0.37% | 0.51% | - |
| XYZ | 13.94 | 11.47 | 10.5 | - |
| YUV | 96.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 87 | 0 | 0.37 | 0.33 | 0.49 | 353.75 | 0.23 | 0.42 |
| Hex | 82 | 52 | 57 | 0 | 25 | 21 | 31 | 162 | 17 | 2A |
| Octal | 202 | 122 | 127 | 0 | 45 | 41 | 61 | 542 | 27 | 52 |
| Binary | 10000010 | 1010010 | 1010111 | 0 | 100101 | 100001 | 110001 | 101100010 | 10111 | 101010 |
Color Harmonies of #825257
Complementary color
Monochromatic Colors of #825257
Black with #825257
Text Example
Text Example
White with #825257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825257; }
p { color: rgb(130,82,87); }
H1.HeaderClassName
{
color: #825257;
}
.AnyTagClassName
{
color: #825257;
}
</style>
background-color css
<style>
a { background-color: #825257; }
a { background-color: rgb(130,82,87); }
div.DivClassName
{
background-color: #825257;
}
.BgClassName
{
background-color: #825257;
}
</style>
border-color css
<style>
span { border-color: #825257; }
span { border-color: rgb(130,82,87); }
td.TdClassName
{
border-color: #825257;
}
.TagClassName
{
border-color: #825257;
}
</style>