Shades of Solid Pink #8B4049
Tints of Solid Pink #8B4049
RGB
CMYK
RGB Variations
Color information
#8B4049 (or 0x8B4049) is known color: Solid Pink. HEX triplet: 8B, 40 and 49. RGB value is (139,64,73). Sum of RGB (Red+Green+Blue) = 139+64+73=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4049 is #74BFB6. Grayscale: #575757. Windows color (decimal): -7651255 or 4800651. OLE color: 4800651.
HSL color Cylindrical-coordinate representation of color #8B4049: hue angle of 352.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B4049 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 64 | 73 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.45 |
| HSL | 352.8º | 0.37% | 0.4% | - |
| HSV(B) | 352.8º | 0.54% | 0.55% | - |
| XYZ | 13.68 | 9.64 | 7.44 | - |
| YUV | 87.45 | 119.85 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 64 | 73 | 0 | 0.54 | 0.47 | 0.45 | 352.8 | 0.37 | 0.4 |
| Hex | 8B | 40 | 49 | 0 | 36 | 2F | 2D | 161 | 25 | 28 |
| Octal | 213 | 100 | 111 | 0 | 66 | 57 | 55 | 541 | 45 | 50 |
| Binary | 10001011 | 1000000 | 1001001 | 0 | 110110 | 101111 | 101101 | 101100001 | 100101 | 101000 |
Color Harmonies of #8B4049
Complementary color
Monochromatic Colors of #8B4049
Black with #8B4049
Text Example
Text Example
White with #8B4049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4049; }
p { color: rgb(139,64,73); }
H1.HeaderClassName
{
color: #8B4049;
}
.AnyTagClassName
{
color: #8B4049;
}
</style>
background-color css
<style>
a { background-color: #8B4049; }
a { background-color: rgb(139,64,73); }
div.DivClassName
{
background-color: #8B4049;
}
.BgClassName
{
background-color: #8B4049;
}
</style>
border-color css
<style>
span { border-color: #8B4049; }
span { border-color: rgb(139,64,73); }
td.TdClassName
{
border-color: #8B4049;
}
.TagClassName
{
border-color: #8B4049;
}
</style>