Shades of Solid Pink #824753
Tints of Solid Pink #824753
RGB
CMYK
RGB Variations
Color information
#824753 (or 0x824753) is known color: Solid Pink. HEX triplet: 82, 47 and 53. RGB value is (130,71,83). Sum of RGB (Red+Green+Blue) = 130+71+83=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #824753 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824753 is #7DB8AC. Grayscale: #5A5A5A. Windows color (decimal): -8239277 or 5457794. OLE color: 5457794.
HSL color Cylindrical-coordinate representation of color #824753: hue angle of 347.8º 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 #824753 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 71 | 83 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.49 |
| HSL | 347.8º | 0.29% | 0.39% | - |
| HSV(B) | 347.8º | 0.45% | 0.51% | - |
| XYZ | 13.02 | 9.88 | 9.4 | - |
| YUV | 90.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 71 | 83 | 0 | 0.45 | 0.36 | 0.49 | 347.8 | 0.29 | 0.39 |
| Hex | 82 | 47 | 53 | 0 | 2D | 24 | 31 | 15C | 1D | 27 |
| Octal | 202 | 107 | 123 | 0 | 55 | 44 | 61 | 534 | 35 | 47 |
| Binary | 10000010 | 1000111 | 1010011 | 0 | 101101 | 100100 | 110001 | 101011100 | 11101 | 100111 |
Color Harmonies of #824753
Complementary color
Monochromatic Colors of #824753
Black with #824753
Text Example
Text Example
White with #824753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824753; }
p { color: rgb(130,71,83); }
H1.HeaderClassName
{
color: #824753;
}
.AnyTagClassName
{
color: #824753;
}
</style>
background-color css
<style>
a { background-color: #824753; }
a { background-color: rgb(130,71,83); }
div.DivClassName
{
background-color: #824753;
}
.BgClassName
{
background-color: #824753;
}
</style>
border-color css
<style>
span { border-color: #824753; }
span { border-color: rgb(130,71,83); }
td.TdClassName
{
border-color: #824753;
}
.TagClassName
{
border-color: #824753;
}
</style>