Shades of Solid Pink #7D4248
Tints of Solid Pink #7D4248
RGB
CMYK
RGB Variations
Color information
#7D4248 (or 0x7D4248) is known color: Solid Pink. HEX triplet: 7D, 42 and 48. RGB value is (125,66,72). Sum of RGB (Red+Green+Blue) = 125+66+72=263 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.53% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4248 is #82BDB7. Grayscale: #545454. Windows color (decimal): -8568248 or 4735613. OLE color: 4735613.
HSL color Cylindrical-coordinate representation of color #7D4248: hue angle of 353.9º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D4248 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 66 | 72 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.51 |
| HSL | 353.9º | 0.31% | 0.37% | - |
| HSV(B) | 353.9º | 0.47% | 0.49% | - |
| XYZ | 11.58 | 8.72 | 7.2 | - |
| YUV | 84.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 66 | 72 | 0 | 0.47 | 0.42 | 0.51 | 353.9 | 0.31 | 0.37 |
| Hex | 7D | 42 | 48 | 0 | 2F | 2A | 33 | 162 | 1F | 25 |
| Octal | 175 | 102 | 110 | 0 | 57 | 52 | 63 | 542 | 37 | 45 |
| Binary | 1111101 | 1000010 | 1001000 | 0 | 101111 | 101010 | 110011 | 101100010 | 11111 | 100101 |
Color Harmonies of #7D4248
Complementary color
Monochromatic Colors of #7D4248
Black with #7D4248
Text Example
Text Example
White with #7D4248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4248; }
p { color: rgb(125,66,72); }
H1.HeaderClassName
{
color: #7D4248;
}
.AnyTagClassName
{
color: #7D4248;
}
</style>
background-color css
<style>
a { background-color: #7D4248; }
a { background-color: rgb(125,66,72); }
div.DivClassName
{
background-color: #7D4248;
}
.BgClassName
{
background-color: #7D4248;
}
</style>
border-color css
<style>
span { border-color: #7D4248; }
span { border-color: rgb(125,66,72); }
td.TdClassName
{
border-color: #7D4248;
}
.TagClassName
{
border-color: #7D4248;
}
</style>