Shades of Solid Pink #8C444B
Tints of Solid Pink #8C444B
RGB
CMYK
RGB Variations
Color information
#8C444B (or 0x8C444B) is known color: Solid Pink. HEX triplet: 8C, 44 and 4B. RGB value is (140,68,75). Sum of RGB (Red+Green+Blue) = 140+68+75=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C444B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C444B is #73BBB4. Grayscale: #5A5A5A. Windows color (decimal): -7584693 or 4932748. OLE color: 4932748.
HSL color Cylindrical-coordinate representation of color #8C444B: hue angle of 354.17º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C444B is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 68 | 75 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.45 |
| HSL | 354.17º | 0.35% | 0.41% | - |
| HSV(B) | 354.17º | 0.51% | 0.55% | - |
| XYZ | 14.15 | 10.22 | 7.88 | - |
| YUV | 90.33 | 119.35 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 68 | 75 | 0 | 0.51 | 0.46 | 0.45 | 354.17 | 0.35 | 0.41 |
| Hex | 8C | 44 | 4B | 0 | 33 | 2E | 2D | 162 | 23 | 29 |
| Octal | 214 | 104 | 113 | 0 | 63 | 56 | 55 | 542 | 43 | 51 |
| Binary | 10001100 | 1000100 | 1001011 | 0 | 110011 | 101110 | 101101 | 101100010 | 100011 | 101001 |
Color Harmonies of #8C444B
Complementary color
Monochromatic Colors of #8C444B
Black with #8C444B
Text Example
Text Example
White with #8C444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C444B; }
p { color: rgb(140,68,75); }
H1.HeaderClassName
{
color: #8C444B;
}
.AnyTagClassName
{
color: #8C444B;
}
</style>
background-color css
<style>
a { background-color: #8C444B; }
a { background-color: rgb(140,68,75); }
div.DivClassName
{
background-color: #8C444B;
}
.BgClassName
{
background-color: #8C444B;
}
</style>
border-color css
<style>
span { border-color: #8C444B; }
span { border-color: rgb(140,68,75); }
td.TdClassName
{
border-color: #8C444B;
}
.TagClassName
{
border-color: #8C444B;
}
</style>