Shades of Solid Pink #8B454B
Tints of Solid Pink #8B454B
RGB
CMYK
RGB Variations
Color information
#8B454B (or 0x8B454B) is known color: Solid Pink. HEX triplet: 8B, 45 and 4B. RGB value is (139,69,75). Sum of RGB (Red+Green+Blue) = 139+69+75=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B454B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B454B is #74BAB4. Grayscale: #5A5A5A. Windows color (decimal): -7649973 or 4933003. OLE color: 4933003.
HSL color Cylindrical-coordinate representation of color #8B454B: hue angle of 354.86º 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 #8B454B is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 69 | 75 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.45 |
| HSL | 354.86º | 0.34% | 0.41% | - |
| HSV(B) | 354.86º | 0.5% | 0.55% | - |
| XYZ | 14.05 | 10.25 | 7.9 | - |
| YUV | 90.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 69 | 75 | 0 | 0.50 | 0.46 | 0.45 | 354.86 | 0.34 | 0.41 |
| Hex | 8B | 45 | 4B | 0 | 32 | 2E | 2D | 163 | 22 | 29 |
| Octal | 213 | 105 | 113 | 0 | 62 | 56 | 55 | 543 | 42 | 51 |
| Binary | 10001011 | 1000101 | 1001011 | 0 | 110010 | 101110 | 101101 | 101100011 | 100010 | 101001 |
Color Harmonies of #8B454B
Complementary color
Monochromatic Colors of #8B454B
Black with #8B454B
Text Example
Text Example
White with #8B454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B454B; }
p { color: rgb(139,69,75); }
H1.HeaderClassName
{
color: #8B454B;
}
.AnyTagClassName
{
color: #8B454B;
}
</style>
background-color css
<style>
a { background-color: #8B454B; }
a { background-color: rgb(139,69,75); }
div.DivClassName
{
background-color: #8B454B;
}
.BgClassName
{
background-color: #8B454B;
}
</style>
border-color css
<style>
span { border-color: #8B454B; }
span { border-color: rgb(139,69,75); }
td.TdClassName
{
border-color: #8B454B;
}
.TagClassName
{
border-color: #8B454B;
}
</style>