Shades of Solid Pink #824246
Tints of Solid Pink #824246
RGB
CMYK
RGB Variations
Color information
#824246 (or 0x824246) is known color: Solid Pink. HEX triplet: 82, 42 and 46. RGB value is (130,66,70). Sum of RGB (Red+Green+Blue) = 130+66+70=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #824246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824246 is #7DBDB9. Grayscale: #555555. Windows color (decimal): -8240570 or 4604546. OLE color: 4604546.
HSL color Cylindrical-coordinate representation of color #824246: hue angle of 356.25º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #824246 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 66 | 70 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.49 |
| HSL | 356.25º | 0.33% | 0.38% | - |
| HSV(B) | 356.25º | 0.49% | 0.51% | - |
| XYZ | 12.26 | 9.08 | 6.9 | - |
| YUV | 85.59 | 119.2 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 66 | 70 | 0 | 0.49 | 0.46 | 0.49 | 356.25 | 0.33 | 0.38 |
| Hex | 82 | 42 | 46 | 0 | 31 | 2E | 31 | 164 | 21 | 26 |
| Octal | 202 | 102 | 106 | 0 | 61 | 56 | 61 | 544 | 41 | 46 |
| Binary | 10000010 | 1000010 | 1000110 | 0 | 110001 | 101110 | 110001 | 101100100 | 100001 | 100110 |
Color Harmonies of #824246
Complementary color
Monochromatic Colors of #824246
Black with #824246
Text Example
Text Example
White with #824246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824246; }
p { color: rgb(130,66,70); }
H1.HeaderClassName
{
color: #824246;
}
.AnyTagClassName
{
color: #824246;
}
</style>
background-color css
<style>
a { background-color: #824246; }
a { background-color: rgb(130,66,70); }
div.DivClassName
{
background-color: #824246;
}
.BgClassName
{
background-color: #824246;
}
</style>
border-color css
<style>
span { border-color: #824246; }
span { border-color: rgb(130,66,70); }
td.TdClassName
{
border-color: #824246;
}
.TagClassName
{
border-color: #824246;
}
</style>