Shades of Solid Pink #825157
Tints of Solid Pink #825157
RGB
CMYK
RGB Variations
Color information
#825157 (or 0x825157) is known color: Solid Pink. HEX triplet: 82, 51 and 57. RGB value is (130,81,87). Sum of RGB (Red+Green+Blue) = 130+81+87=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #825157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825157 is #7DAEA8. Grayscale: #606060. Windows color (decimal): -8236713 or 5722498. OLE color: 5722498.
HSL color Cylindrical-coordinate representation of color #825157: hue angle of 352.65º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #825157 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 81 | 87 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.49 |
| HSL | 352.65º | 0.23% | 0.41% | - |
| HSV(B) | 352.65º | 0.38% | 0.51% | - |
| XYZ | 13.87 | 11.32 | 10.47 | - |
| YUV | 96.34 | 122.73 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 87 | 0 | 0.38 | 0.33 | 0.49 | 352.65 | 0.23 | 0.41 |
| Hex | 82 | 51 | 57 | 0 | 26 | 21 | 31 | 161 | 17 | 29 |
| Octal | 202 | 121 | 127 | 0 | 46 | 41 | 61 | 541 | 27 | 51 |
| Binary | 10000010 | 1010001 | 1010111 | 0 | 100110 | 100001 | 110001 | 101100001 | 10111 | 101001 |
Color Harmonies of #825157
Complementary color
Monochromatic Colors of #825157
Black with #825157
Text Example
Text Example
White with #825157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825157; }
p { color: rgb(130,81,87); }
H1.HeaderClassName
{
color: #825157;
}
.AnyTagClassName
{
color: #825157;
}
</style>
background-color css
<style>
a { background-color: #825157; }
a { background-color: rgb(130,81,87); }
div.DivClassName
{
background-color: #825157;
}
.BgClassName
{
background-color: #825157;
}
</style>
border-color css
<style>
span { border-color: #825157; }
span { border-color: rgb(130,81,87); }
td.TdClassName
{
border-color: #825157;
}
.TagClassName
{
border-color: #825157;
}
</style>