Shades of Solid Pink #8B414B
Tints of Solid Pink #8B414B
RGB
CMYK
RGB Variations
Color information
#8B414B (or 0x8B414B) is known color: Solid Pink. HEX triplet: 8B, 41 and 4B. RGB value is (139,65,75). Sum of RGB (Red+Green+Blue) = 139+65+75=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B414B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B414B is #74BEB4. Grayscale: #585858. Windows color (decimal): -7650997 or 4931979. OLE color: 4931979.
HSL color Cylindrical-coordinate representation of color #8B414B: hue angle of 351.89º 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 #8B414B is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 65 | 75 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.45 |
| HSL | 351.89º | 0.36% | 0.4% | - |
| HSV(B) | 351.89º | 0.53% | 0.55% | - |
| XYZ | 13.81 | 9.78 | 7.82 | - |
| YUV | 88.27 | 120.52 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 65 | 75 | 0 | 0.53 | 0.46 | 0.45 | 351.89 | 0.36 | 0.4 |
| Hex | 8B | 41 | 4B | 0 | 35 | 2E | 2D | 160 | 24 | 28 |
| Octal | 213 | 101 | 113 | 0 | 65 | 56 | 55 | 540 | 44 | 50 |
| Binary | 10001011 | 1000001 | 1001011 | 0 | 110101 | 101110 | 101101 | 101100000 | 100100 | 101000 |
Color Harmonies of #8B414B
Complementary color
Monochromatic Colors of #8B414B
Black with #8B414B
Text Example
Text Example
White with #8B414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B414B; }
p { color: rgb(139,65,75); }
H1.HeaderClassName
{
color: #8B414B;
}
.AnyTagClassName
{
color: #8B414B;
}
</style>
background-color css
<style>
a { background-color: #8B414B; }
a { background-color: rgb(139,65,75); }
div.DivClassName
{
background-color: #8B414B;
}
.BgClassName
{
background-color: #8B414B;
}
</style>
border-color css
<style>
span { border-color: #8B414B; }
span { border-color: rgb(139,65,75); }
td.TdClassName
{
border-color: #8B414B;
}
.TagClassName
{
border-color: #8B414B;
}
</style>