Shades of Solid Pink #7D4449
Tints of Solid Pink #7D4449
RGB
CMYK
RGB Variations
Color information
#7D4449 (or 0x7D4449) is known color: Solid Pink. HEX triplet: 7D, 44 and 49. RGB value is (125,68,73). Sum of RGB (Red+Green+Blue) = 125+68+73=266 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.99% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4449 is #82BBB6. Grayscale: #555555. Windows color (decimal): -8567735 or 4801661. OLE color: 4801661.
HSL color Cylindrical-coordinate representation of color #7D4449: hue angle of 354.74º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D4449 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 68 | 73 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.51 |
| HSL | 354.74º | 0.3% | 0.38% | - |
| HSV(B) | 354.74º | 0.46% | 0.49% | - |
| XYZ | 11.73 | 8.98 | 7.42 | - |
| YUV | 85.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 68 | 73 | 0 | 0.46 | 0.42 | 0.51 | 354.74 | 0.3 | 0.38 |
| Hex | 7D | 44 | 49 | 0 | 2E | 2A | 33 | 163 | 1E | 26 |
| Octal | 175 | 104 | 111 | 0 | 56 | 52 | 63 | 543 | 36 | 46 |
| Binary | 1111101 | 1000100 | 1001001 | 0 | 101110 | 101010 | 110011 | 101100011 | 11110 | 100110 |
Color Harmonies of #7D4449
Complementary color
Monochromatic Colors of #7D4449
Black with #7D4449
Text Example
Text Example
White with #7D4449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4449; }
p { color: rgb(125,68,73); }
H1.HeaderClassName
{
color: #7D4449;
}
.AnyTagClassName
{
color: #7D4449;
}
</style>
background-color css
<style>
a { background-color: #7D4449; }
a { background-color: rgb(125,68,73); }
div.DivClassName
{
background-color: #7D4449;
}
.BgClassName
{
background-color: #7D4449;
}
</style>
border-color css
<style>
span { border-color: #7D4449; }
span { border-color: rgb(125,68,73); }
td.TdClassName
{
border-color: #7D4449;
}
.TagClassName
{
border-color: #7D4449;
}
</style>