Shades of Solid Pink #82474B
Tints of Solid Pink #82474B
RGB
CMYK
RGB Variations
Color information
#82474B (or 0x82474B) is known color: Solid Pink. HEX triplet: 82, 47 and 4B. RGB value is (130,71,75). Sum of RGB (Red+Green+Blue) = 130+71+75=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #82474B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82474B is #7DB8B4. Grayscale: #595959. Windows color (decimal): -8239285 or 4933506. OLE color: 4933506.
HSL color Cylindrical-coordinate representation of color #82474B: hue angle of 355.93º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82474B is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 71 | 75 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.49 |
| HSL | 355.93º | 0.29% | 0.39% | - |
| HSV(B) | 355.93º | 0.45% | 0.51% | - |
| XYZ | 12.73 | 9.76 | 7.87 | - |
| YUV | 89.1 | 120.05 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 71 | 75 | 0 | 0.45 | 0.42 | 0.49 | 355.93 | 0.29 | 0.39 |
| Hex | 82 | 47 | 4B | 0 | 2D | 2A | 31 | 164 | 1D | 27 |
| Octal | 202 | 107 | 113 | 0 | 55 | 52 | 61 | 544 | 35 | 47 |
| Binary | 10000010 | 1000111 | 1001011 | 0 | 101101 | 101010 | 110001 | 101100100 | 11101 | 100111 |
Color Harmonies of #82474B
Complementary color
Monochromatic Colors of #82474B
Black with #82474B
Text Example
Text Example
White with #82474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82474B; }
p { color: rgb(130,71,75); }
H1.HeaderClassName
{
color: #82474B;
}
.AnyTagClassName
{
color: #82474B;
}
</style>
background-color css
<style>
a { background-color: #82474B; }
a { background-color: rgb(130,71,75); }
div.DivClassName
{
background-color: #82474B;
}
.BgClassName
{
background-color: #82474B;
}
</style>
border-color css
<style>
span { border-color: #82474B; }
span { border-color: rgb(130,71,75); }
td.TdClassName
{
border-color: #82474B;
}
.TagClassName
{
border-color: #82474B;
}
</style>