Shades of Solid Pink #8B424C
Tints of Solid Pink #8B424C
RGB
CMYK
RGB Variations
Color information
#8B424C (or 0x8B424C) is known color: Solid Pink. HEX triplet: 8B, 42 and 4C. RGB value is (139,66,76). Sum of RGB (Red+Green+Blue) = 139+66+76=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B424C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B424C is #74BDB3. Grayscale: #585858. Windows color (decimal): -7650740 or 4997771. OLE color: 4997771.
HSL color Cylindrical-coordinate representation of color #8B424C: hue angle of 351.78º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B424C is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 66 | 76 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.45 |
| HSL | 351.78º | 0.36% | 0.4% | - |
| HSV(B) | 351.78º | 0.53% | 0.55% | - |
| XYZ | 13.9 | 9.91 | 8.02 | - |
| YUV | 88.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 66 | 76 | 0 | 0.53 | 0.45 | 0.45 | 351.78 | 0.36 | 0.4 |
| Hex | 8B | 42 | 4C | 0 | 35 | 2D | 2D | 160 | 24 | 28 |
| Octal | 213 | 102 | 114 | 0 | 65 | 55 | 55 | 540 | 44 | 50 |
| Binary | 10001011 | 1000010 | 1001100 | 0 | 110101 | 101101 | 101101 | 101100000 | 100100 | 101000 |
Color Harmonies of #8B424C
Complementary color
Monochromatic Colors of #8B424C
Black with #8B424C
Text Example
Text Example
White with #8B424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B424C; }
p { color: rgb(139,66,76); }
H1.HeaderClassName
{
color: #8B424C;
}
.AnyTagClassName
{
color: #8B424C;
}
</style>
background-color css
<style>
a { background-color: #8B424C; }
a { background-color: rgb(139,66,76); }
div.DivClassName
{
background-color: #8B424C;
}
.BgClassName
{
background-color: #8B424C;
}
</style>
border-color css
<style>
span { border-color: #8B424C; }
span { border-color: rgb(139,66,76); }
td.TdClassName
{
border-color: #8B424C;
}
.TagClassName
{
border-color: #8B424C;
}
</style>