Shades of Solid Pink #824B4F
Tints of Solid Pink #824B4F
RGB
CMYK
RGB Variations
Color information
#824B4F (or 0x824B4F) is known color: Solid Pink. HEX triplet: 82, 4B and 4F. RGB value is (130,75,79). Sum of RGB (Red+Green+Blue) = 130+75+79=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #824B4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824B4F is #7DB4B0. Grayscale: #5B5B5B. Windows color (decimal): -8238257 or 5196674. OLE color: 5196674.
HSL color Cylindrical-coordinate representation of color #824B4F: hue angle of 355.64º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #824B4F is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 75 | 79 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.49 |
| HSL | 355.64º | 0.27% | 0.4% | - |
| HSV(B) | 355.64º | 0.42% | 0.51% | - |
| XYZ | 13.13 | 10.34 | 8.7 | - |
| YUV | 91.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 75 | 79 | 0 | 0.42 | 0.39 | 0.49 | 355.64 | 0.27 | 0.4 |
| Hex | 82 | 4B | 4F | 0 | 2A | 27 | 31 | 164 | 1B | 28 |
| Octal | 202 | 113 | 117 | 0 | 52 | 47 | 61 | 544 | 33 | 50 |
| Binary | 10000010 | 1001011 | 1001111 | 0 | 101010 | 100111 | 110001 | 101100100 | 11011 | 101000 |
Color Harmonies of #824B4F
Complementary color
Monochromatic Colors of #824B4F
Black with #824B4F
Text Example
Text Example
White with #824B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824B4F; }
p { color: rgb(130,75,79); }
H1.HeaderClassName
{
color: #824B4F;
}
.AnyTagClassName
{
color: #824B4F;
}
</style>
background-color css
<style>
a { background-color: #824B4F; }
a { background-color: rgb(130,75,79); }
div.DivClassName
{
background-color: #824B4F;
}
.BgClassName
{
background-color: #824B4F;
}
</style>
border-color css
<style>
span { border-color: #824B4F; }
span { border-color: rgb(130,75,79); }
td.TdClassName
{
border-color: #824B4F;
}
.TagClassName
{
border-color: #824B4F;
}
</style>