Shades of Solid Pink #825154
Tints of Solid Pink #825154
RGB
CMYK
RGB Variations
Color information
#825154 (or 0x825154) is known color: Solid Pink. HEX triplet: 82, 51 and 54. RGB value is (130,81,84). Sum of RGB (Red+Green+Blue) = 130+81+84=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #825154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825154 is #7DAEAB. Grayscale: #606060. Windows color (decimal): -8236716 or 5525890. OLE color: 5525890.
HSL color Cylindrical-coordinate representation of color #825154: hue angle of 356.33º 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 #825154 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 81 | 84 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.49 |
| HSL | 356.33º | 0.23% | 0.41% | - |
| HSV(B) | 356.33º | 0.38% | 0.51% | - |
| XYZ | 13.75 | 11.27 | 9.84 | - |
| YUV | 95.99 | 121.23 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 84 | 0 | 0.38 | 0.35 | 0.49 | 356.33 | 0.23 | 0.41 |
| Hex | 82 | 51 | 54 | 0 | 26 | 23 | 31 | 164 | 17 | 29 |
| Octal | 202 | 121 | 124 | 0 | 46 | 43 | 61 | 544 | 27 | 51 |
| Binary | 10000010 | 1010001 | 1010100 | 0 | 100110 | 100011 | 110001 | 101100100 | 10111 | 101001 |
Color Harmonies of #825154
Complementary color
Monochromatic Colors of #825154
Black with #825154
Text Example
Text Example
White with #825154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825154; }
p { color: rgb(130,81,84); }
H1.HeaderClassName
{
color: #825154;
}
.AnyTagClassName
{
color: #825154;
}
</style>
background-color css
<style>
a { background-color: #825154; }
a { background-color: rgb(130,81,84); }
div.DivClassName
{
background-color: #825154;
}
.BgClassName
{
background-color: #825154;
}
</style>
border-color css
<style>
span { border-color: #825154; }
span { border-color: rgb(130,81,84); }
td.TdClassName
{
border-color: #825154;
}
.TagClassName
{
border-color: #825154;
}
</style>