Shades of Solid Pink #825258
Tints of Solid Pink #825258
RGB
CMYK
RGB Variations
Color information
#825258 (or 0x825258) is known color: Solid Pink. HEX triplet: 82, 52 and 58. RGB value is (130,82,88). Sum of RGB (Red+Green+Blue) = 130+82+88=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #825258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825258 is #7DADA7. Grayscale: #616161. Windows color (decimal): -8236456 or 5788290. OLE color: 5788290.
HSL color Cylindrical-coordinate representation of color #825258: hue angle of 352.5º 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 #825258 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 88 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.49 |
| HSL | 352.5º | 0.23% | 0.42% | - |
| HSV(B) | 352.5º | 0.37% | 0.51% | - |
| XYZ | 13.98 | 11.48 | 10.71 | - |
| YUV | 97.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 88 | 0 | 0.37 | 0.32 | 0.49 | 352.5 | 0.23 | 0.42 |
| Hex | 82 | 52 | 58 | 0 | 25 | 20 | 31 | 160 | 17 | 2A |
| Octal | 202 | 122 | 130 | 0 | 45 | 40 | 61 | 540 | 27 | 52 |
| Binary | 10000010 | 1010010 | 1011000 | 0 | 100101 | 100000 | 110001 | 101100000 | 10111 | 101010 |
Color Harmonies of #825258
Complementary color
Monochromatic Colors of #825258
Black with #825258
Text Example
Text Example
White with #825258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825258; }
p { color: rgb(130,82,88); }
H1.HeaderClassName
{
color: #825258;
}
.AnyTagClassName
{
color: #825258;
}
</style>
background-color css
<style>
a { background-color: #825258; }
a { background-color: rgb(130,82,88); }
div.DivClassName
{
background-color: #825258;
}
.BgClassName
{
background-color: #825258;
}
</style>
border-color css
<style>
span { border-color: #825258; }
span { border-color: rgb(130,82,88); }
td.TdClassName
{
border-color: #825258;
}
.TagClassName
{
border-color: #825258;
}
</style>