Shades of Solid Pink #8B444B
Tints of Solid Pink #8B444B
RGB
CMYK
RGB Variations
Color information
#8B444B (or 0x8B444B) is known color: Solid Pink. HEX triplet: 8B, 44 and 4B. RGB value is (139,68,75). Sum of RGB (Red+Green+Blue) = 139+68+75=282 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.29% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 139 - color contains mainly: red. Hex color #8B444B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B444B is #74BBB4. Grayscale: #5A5A5A. Windows color (decimal): -7650229 or 4932747. OLE color: 4932747.
HSL color Cylindrical-coordinate representation of color #8B444B: hue angle of 354.08º degrees, saturation: 0.34, 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 #8B444B is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 68 | 75 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.45 |
| HSL | 354.08º | 0.34% | 0.41% | - |
| HSV(B) | 354.08º | 0.51% | 0.55% | - |
| XYZ | 13.98 | 10.13 | 7.88 | - |
| YUV | 90.03 | 119.52 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 68 | 75 | 0 | 0.51 | 0.46 | 0.45 | 354.08 | 0.34 | 0.41 |
| Hex | 8B | 44 | 4B | 0 | 33 | 2E | 2D | 162 | 22 | 29 |
| Octal | 213 | 104 | 113 | 0 | 63 | 56 | 55 | 542 | 42 | 51 |
| Binary | 10001011 | 1000100 | 1001011 | 0 | 110011 | 101110 | 101101 | 101100010 | 100010 | 101001 |
Color Harmonies of #8B444B
Complementary color
Monochromatic Colors of #8B444B
Black with #8B444B
Text Example
Text Example
White with #8B444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B444B; }
p { color: rgb(139,68,75); }
H1.HeaderClassName
{
color: #8B444B;
}
.AnyTagClassName
{
color: #8B444B;
}
</style>
background-color css
<style>
a { background-color: #8B444B; }
a { background-color: rgb(139,68,75); }
div.DivClassName
{
background-color: #8B444B;
}
.BgClassName
{
background-color: #8B444B;
}
</style>
border-color css
<style>
span { border-color: #8B444B; }
span { border-color: rgb(139,68,75); }
td.TdClassName
{
border-color: #8B444B;
}
.TagClassName
{
border-color: #8B444B;
}
</style>