Shades of Solid Pink #8B424A
Tints of Solid Pink #8B424A
RGB
CMYK
RGB Variations
Color information
#8B424A (or 0x8B424A) is known color: Solid Pink. HEX triplet: 8B, 42 and 4A. RGB value is (139,66,74). Sum of RGB (Red+Green+Blue) = 139+66+74=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B424A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B424A is #74BDB5. Grayscale: #585858. Windows color (decimal): -7650742 or 4866699. OLE color: 4866699.
HSL color Cylindrical-coordinate representation of color #8B424A: hue angle of 353.42º 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 #8B424A is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 66 | 74 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.45 |
| HSL | 353.42º | 0.36% | 0.4% | - |
| HSV(B) | 353.42º | 0.53% | 0.55% | - |
| XYZ | 13.83 | 9.88 | 7.66 | - |
| YUV | 88.74 | 119.68 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 66 | 74 | 0 | 0.53 | 0.47 | 0.45 | 353.42 | 0.36 | 0.4 |
| Hex | 8B | 42 | 4A | 0 | 35 | 2F | 2D | 161 | 24 | 28 |
| Octal | 213 | 102 | 112 | 0 | 65 | 57 | 55 | 541 | 44 | 50 |
| Binary | 10001011 | 1000010 | 1001010 | 0 | 110101 | 101111 | 101101 | 101100001 | 100100 | 101000 |
Color Harmonies of #8B424A
Complementary color
Monochromatic Colors of #8B424A
Black with #8B424A
Text Example
Text Example
White with #8B424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B424A; }
p { color: rgb(139,66,74); }
H1.HeaderClassName
{
color: #8B424A;
}
.AnyTagClassName
{
color: #8B424A;
}
</style>
background-color css
<style>
a { background-color: #8B424A; }
a { background-color: rgb(139,66,74); }
div.DivClassName
{
background-color: #8B424A;
}
.BgClassName
{
background-color: #8B424A;
}
</style>
border-color css
<style>
span { border-color: #8B424A; }
span { border-color: rgb(139,66,74); }
td.TdClassName
{
border-color: #8B424A;
}
.TagClassName
{
border-color: #8B424A;
}
</style>