Shades of Solid Pink #824F55
Tints of Solid Pink #824F55
RGB
CMYK
RGB Variations
Color information
#824F55 (or 0x824F55) is known color: Solid Pink. HEX triplet: 82, 4F and 55. RGB value is (130,79,85). Sum of RGB (Red+Green+Blue) = 130+79+85=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #824F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824F55 is #7DB0AA. Grayscale: #5E5E5E. Windows color (decimal): -8237227 or 5590914. OLE color: 5590914.
HSL color Cylindrical-coordinate representation of color #824F55: hue angle of 352.94º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #824F55 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 79 | 85 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.49 |
| HSL | 352.94º | 0.24% | 0.41% | - |
| HSV(B) | 352.94º | 0.39% | 0.51% | - |
| XYZ | 13.64 | 10.99 | 10 | - |
| YUV | 94.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 79 | 85 | 0 | 0.39 | 0.35 | 0.49 | 352.94 | 0.24 | 0.41 |
| Hex | 82 | 4F | 55 | 0 | 27 | 23 | 31 | 161 | 18 | 29 |
| Octal | 202 | 117 | 125 | 0 | 47 | 43 | 61 | 541 | 30 | 51 |
| Binary | 10000010 | 1001111 | 1010101 | 0 | 100111 | 100011 | 110001 | 101100001 | 11000 | 101001 |
Color Harmonies of #824F55
Complementary color
Monochromatic Colors of #824F55
Black with #824F55
Text Example
Text Example
White with #824F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824F55; }
p { color: rgb(130,79,85); }
H1.HeaderClassName
{
color: #824F55;
}
.AnyTagClassName
{
color: #824F55;
}
</style>
background-color css
<style>
a { background-color: #824F55; }
a { background-color: rgb(130,79,85); }
div.DivClassName
{
background-color: #824F55;
}
.BgClassName
{
background-color: #824F55;
}
</style>
border-color css
<style>
span { border-color: #824F55; }
span { border-color: rgb(130,79,85); }
td.TdClassName
{
border-color: #824F55;
}
.TagClassName
{
border-color: #824F55;
}
</style>