Shades of Solid Pink #825253
Tints of Solid Pink #825253
RGB
CMYK
RGB Variations
Color information
#825253 (or 0x825253) is known color: Solid Pink. HEX triplet: 82, 52 and 53. RGB value is (130,82,83). Sum of RGB (Red+Green+Blue) = 130+82+83=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #825253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825253 is #7DADAC. Grayscale: #606060. Windows color (decimal): -8236461 or 5460610. OLE color: 5460610.
HSL color Cylindrical-coordinate representation of color #825253: hue angle of 358.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 #825253 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 83 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.49 |
| HSL | 358.75º | 0.23% | 0.42% | - |
| HSV(B) | 358.75º | 0.37% | 0.51% | - |
| XYZ | 13.78 | 11.4 | 9.66 | - |
| YUV | 96.47 | 120.4 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 83 | 0 | 0.37 | 0.36 | 0.49 | 358.75 | 0.23 | 0.42 |
| Hex | 82 | 52 | 53 | 0 | 25 | 24 | 31 | 167 | 17 | 2A |
| Octal | 202 | 122 | 123 | 0 | 45 | 44 | 61 | 547 | 27 | 52 |
| Binary | 10000010 | 1010010 | 1010011 | 0 | 100101 | 100100 | 110001 | 101100111 | 10111 | 101010 |
Color Harmonies of #825253
Complementary color
Monochromatic Colors of #825253
Black with #825253
Text Example
Text Example
White with #825253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825253; }
p { color: rgb(130,82,83); }
H1.HeaderClassName
{
color: #825253;
}
.AnyTagClassName
{
color: #825253;
}
</style>
background-color css
<style>
a { background-color: #825253; }
a { background-color: rgb(130,82,83); }
div.DivClassName
{
background-color: #825253;
}
.BgClassName
{
background-color: #825253;
}
</style>
border-color css
<style>
span { border-color: #825253; }
span { border-color: rgb(130,82,83); }
td.TdClassName
{
border-color: #825253;
}
.TagClassName
{
border-color: #825253;
}
</style>