Shades of Solid Pink #82545A
Tints of Solid Pink #82545A
RGB
CMYK
RGB Variations
Color information
#82545A (or 0x82545A) is known color: Solid Pink. HEX triplet: 82, 54 and 5A. RGB value is (130,84,90). Sum of RGB (Red+Green+Blue) = 130+84+90=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #82545A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82545A is #7DABA5. Grayscale: #626262. Windows color (decimal): -8235942 or 5919874. OLE color: 5919874.
HSL color Cylindrical-coordinate representation of color #82545A: hue angle of 352.17º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #82545A is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 84 | 90 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.49 |
| HSL | 352.17º | 0.21% | 0.42% | - |
| HSV(B) | 352.17º | 0.35% | 0.51% | - |
| XYZ | 14.22 | 11.82 | 11.21 | - |
| YUV | 98.44 | 123.24 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 84 | 90 | 0 | 0.35 | 0.31 | 0.49 | 352.17 | 0.21 | 0.42 |
| Hex | 82 | 54 | 5A | 0 | 23 | 1F | 31 | 160 | 15 | 2A |
| Octal | 202 | 124 | 132 | 0 | 43 | 37 | 61 | 540 | 25 | 52 |
| Binary | 10000010 | 1010100 | 1011010 | 0 | 100011 | 11111 | 110001 | 101100000 | 10101 | 101010 |
Color Harmonies of #82545A
Complementary color
Monochromatic Colors of #82545A
Black with #82545A
Text Example
Text Example
White with #82545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82545A; }
p { color: rgb(130,84,90); }
H1.HeaderClassName
{
color: #82545A;
}
.AnyTagClassName
{
color: #82545A;
}
</style>
background-color css
<style>
a { background-color: #82545A; }
a { background-color: rgb(130,84,90); }
div.DivClassName
{
background-color: #82545A;
}
.BgClassName
{
background-color: #82545A;
}
</style>
border-color css
<style>
span { border-color: #82545A; }
span { border-color: rgb(130,84,90); }
td.TdClassName
{
border-color: #82545A;
}
.TagClassName
{
border-color: #82545A;
}
</style>