Shades of Solid Pink #8B4245
Tints of Solid Pink #8B4245
RGB
CMYK
RGB Variations
Color information
#8B4245 (or 0x8B4245) is known color: Solid Pink. HEX triplet: 8B, 42 and 45. RGB value is (139,66,69). Sum of RGB (Red+Green+Blue) = 139+66+69=274 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.73% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4245 is #74BDBA. Grayscale: #585858. Windows color (decimal): -7650747 or 4539019. OLE color: 4539019.
HSL color Cylindrical-coordinate representation of color #8B4245: hue angle of 357.53º 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 #8B4245 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 66 | 69 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.45 |
| HSL | 357.53º | 0.36% | 0.4% | - |
| HSV(B) | 357.53º | 0.53% | 0.55% | - |
| XYZ | 13.67 | 9.82 | 6.8 | - |
| YUV | 88.17 | 117.18 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 66 | 69 | 0 | 0.53 | 0.50 | 0.45 | 357.53 | 0.36 | 0.4 |
| Hex | 8B | 42 | 45 | 0 | 35 | 32 | 2D | 166 | 24 | 28 |
| Octal | 213 | 102 | 105 | 0 | 65 | 62 | 55 | 546 | 44 | 50 |
| Binary | 10001011 | 1000010 | 1000101 | 0 | 110101 | 110010 | 101101 | 101100110 | 100100 | 101000 |
Color Harmonies of #8B4245
Complementary color
Monochromatic Colors of #8B4245
Black with #8B4245
Text Example
Text Example
White with #8B4245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4245; }
p { color: rgb(139,66,69); }
H1.HeaderClassName
{
color: #8B4245;
}
.AnyTagClassName
{
color: #8B4245;
}
</style>
background-color css
<style>
a { background-color: #8B4245; }
a { background-color: rgb(139,66,69); }
div.DivClassName
{
background-color: #8B4245;
}
.BgClassName
{
background-color: #8B4245;
}
</style>
border-color css
<style>
span { border-color: #8B4245; }
span { border-color: rgb(139,66,69); }
td.TdClassName
{
border-color: #8B4245;
}
.TagClassName
{
border-color: #8B4245;
}
</style>