Shades of Solid Pink #8B454F
Tints of Solid Pink #8B454F
RGB
CMYK
RGB Variations
Color information
#8B454F (or 0x8B454F) is known color: Solid Pink. HEX triplet: 8B, 45 and 4F. RGB value is (139,69,79). Sum of RGB (Red+Green+Blue) = 139+69+79=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B454F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B454F is #74BAB0. Grayscale: #5B5B5B. Windows color (decimal): -7649969 or 5195147. OLE color: 5195147.
HSL color Cylindrical-coordinate representation of color #8B454F: hue angle of 351.43º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B454F is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 69 | 79 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.45 |
| HSL | 351.43º | 0.34% | 0.41% | - |
| HSV(B) | 351.43º | 0.5% | 0.55% | - |
| XYZ | 14.19 | 10.31 | 8.64 | - |
| YUV | 91.07 | 121.19 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 69 | 79 | 0 | 0.50 | 0.43 | 0.45 | 351.43 | 0.34 | 0.41 |
| Hex | 8B | 45 | 4F | 0 | 32 | 2B | 2D | 15F | 22 | 29 |
| Octal | 213 | 105 | 117 | 0 | 62 | 53 | 55 | 537 | 42 | 51 |
| Binary | 10001011 | 1000101 | 1001111 | 0 | 110010 | 101011 | 101101 | 101011111 | 100010 | 101001 |
Color Harmonies of #8B454F
Complementary color
Monochromatic Colors of #8B454F
Black with #8B454F
Text Example
Text Example
White with #8B454F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B454F; }
p { color: rgb(139,69,79); }
H1.HeaderClassName
{
color: #8B454F;
}
.AnyTagClassName
{
color: #8B454F;
}
</style>
background-color css
<style>
a { background-color: #8B454F; }
a { background-color: rgb(139,69,79); }
div.DivClassName
{
background-color: #8B454F;
}
.BgClassName
{
background-color: #8B454F;
}
</style>
border-color css
<style>
span { border-color: #8B454F; }
span { border-color: rgb(139,69,79); }
td.TdClassName
{
border-color: #8B454F;
}
.TagClassName
{
border-color: #8B454F;
}
</style>