Shades of Solid Pink #825153
Tints of Solid Pink #825153
RGB
CMYK
RGB Variations
Color information
#825153 (or 0x825153) is known color: Solid Pink. HEX triplet: 82, 51 and 53. RGB value is (130,81,83). Sum of RGB (Red+Green+Blue) = 130+81+83=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #825153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825153 is #7DAEAC. Grayscale: #5F5F5F. Windows color (decimal): -8236717 or 5460354. OLE color: 5460354.
HSL color Cylindrical-coordinate representation of color #825153: hue angle of 357.55º 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 #825153 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 81 | 83 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.49 |
| HSL | 357.55º | 0.23% | 0.41% | - |
| HSV(B) | 357.55º | 0.38% | 0.51% | - |
| XYZ | 13.71 | 11.26 | 9.63 | - |
| YUV | 95.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 83 | 0 | 0.38 | 0.36 | 0.49 | 357.55 | 0.23 | 0.41 |
| Hex | 82 | 51 | 53 | 0 | 26 | 24 | 31 | 166 | 17 | 29 |
| Octal | 202 | 121 | 123 | 0 | 46 | 44 | 61 | 546 | 27 | 51 |
| Binary | 10000010 | 1010001 | 1010011 | 0 | 100110 | 100100 | 110001 | 101100110 | 10111 | 101001 |
Color Harmonies of #825153
Complementary color
Monochromatic Colors of #825153
Black with #825153
Text Example
Text Example
White with #825153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825153; }
p { color: rgb(130,81,83); }
H1.HeaderClassName
{
color: #825153;
}
.AnyTagClassName
{
color: #825153;
}
</style>
background-color css
<style>
a { background-color: #825153; }
a { background-color: rgb(130,81,83); }
div.DivClassName
{
background-color: #825153;
}
.BgClassName
{
background-color: #825153;
}
</style>
border-color css
<style>
span { border-color: #825153; }
span { border-color: rgb(130,81,83); }
td.TdClassName
{
border-color: #825153;
}
.TagClassName
{
border-color: #825153;
}
</style>