Shades of Solid Pink #8D4245
Tints of Solid Pink #8D4245
RGB
CMYK
RGB Variations
Color information
#8D4245 (or 0x8D4245) is known color: Solid Pink. HEX triplet: 8D, 42 and 45. RGB value is (141,66,69). Sum of RGB (Red+Green+Blue) = 141+66+69=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4245 is #72BDBA. Grayscale: #585858. Windows color (decimal): -7519675 or 4539021. OLE color: 4539021.
HSL color Cylindrical-coordinate representation of color #8D4245: hue angle of 357.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D4245 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 66 | 69 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.45 |
| HSL | 357.6º | 0.36% | 0.41% | - |
| HSV(B) | 357.6º | 0.53% | 0.55% | - |
| XYZ | 14.01 | 9.99 | 6.82 | - |
| YUV | 88.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 66 | 69 | 0 | 0.53 | 0.51 | 0.45 | 357.6 | 0.36 | 0.41 |
| Hex | 8D | 42 | 45 | 0 | 35 | 33 | 2D | 166 | 24 | 29 |
| Octal | 215 | 102 | 105 | 0 | 65 | 63 | 55 | 546 | 44 | 51 |
| Binary | 10001101 | 1000010 | 1000101 | 0 | 110101 | 110011 | 101101 | 101100110 | 100100 | 101001 |
Color Harmonies of #8D4245
Complementary color
Monochromatic Colors of #8D4245
Black with #8D4245
Text Example
Text Example
White with #8D4245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4245; }
p { color: rgb(141,66,69); }
H1.HeaderClassName
{
color: #8D4245;
}
.AnyTagClassName
{
color: #8D4245;
}
</style>
background-color css
<style>
a { background-color: #8D4245; }
a { background-color: rgb(141,66,69); }
div.DivClassName
{
background-color: #8D4245;
}
.BgClassName
{
background-color: #8D4245;
}
</style>
border-color css
<style>
span { border-color: #8D4245; }
span { border-color: rgb(141,66,69); }
td.TdClassName
{
border-color: #8D4245;
}
.TagClassName
{
border-color: #8D4245;
}
</style>