Shades of Solid Pink #824248
Tints of Solid Pink #824248
RGB
CMYK
RGB Variations
Color information
#824248 (or 0x824248) is known color: Solid Pink. HEX triplet: 82, 42 and 48. RGB value is (130,66,72). Sum of RGB (Red+Green+Blue) = 130+66+72=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #824248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824248 is #7DBDB7. Grayscale: #555555. Windows color (decimal): -8240568 or 4735618. OLE color: 4735618.
HSL color Cylindrical-coordinate representation of color #824248: hue angle of 354.38º 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 #824248 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 66 | 72 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.49 |
| HSL | 354.38º | 0.33% | 0.38% | - |
| HSV(B) | 354.38º | 0.49% | 0.51% | - |
| XYZ | 12.32 | 9.11 | 7.24 | - |
| YUV | 85.82 | 120.2 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 66 | 72 | 0 | 0.49 | 0.45 | 0.49 | 354.38 | 0.33 | 0.38 |
| Hex | 82 | 42 | 48 | 0 | 31 | 2D | 31 | 162 | 21 | 26 |
| Octal | 202 | 102 | 110 | 0 | 61 | 55 | 61 | 542 | 41 | 46 |
| Binary | 10000010 | 1000010 | 1001000 | 0 | 110001 | 101101 | 110001 | 101100010 | 100001 | 100110 |
Color Harmonies of #824248
Complementary color
Monochromatic Colors of #824248
Black with #824248
Text Example
Text Example
White with #824248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824248; }
p { color: rgb(130,66,72); }
H1.HeaderClassName
{
color: #824248;
}
.AnyTagClassName
{
color: #824248;
}
</style>
background-color css
<style>
a { background-color: #824248; }
a { background-color: rgb(130,66,72); }
div.DivClassName
{
background-color: #824248;
}
.BgClassName
{
background-color: #824248;
}
</style>
border-color css
<style>
span { border-color: #824248; }
span { border-color: rgb(130,66,72); }
td.TdClassName
{
border-color: #824248;
}
.TagClassName
{
border-color: #824248;
}
</style>