Shades of Well Read #8B3240
Tints of Well Read #8B3240
RGB
CMYK
RGB Variations
Color information
#8B3240 (or 0x8B3240) is known color: Well Read. HEX triplet: 8B, 32 and 40. RGB value is (139,50,64). Sum of RGB (Red+Green+Blue) = 139+50+64=253 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.94% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3240 is #74CDBF. Grayscale: #4E4E4E. Windows color (decimal): -7654848 or 4207243. OLE color: 4207243.
HSL color Cylindrical-coordinate representation of color #8B3240: hue angle of 350.56º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B3240 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 50 | 64 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.45 |
| HSL | 350.56º | 0.47% | 0.37% | - |
| HSV(B) | 350.56º | 0.64% | 0.55% | - |
| XYZ | 12.71 | 8.14 | 5.75 | - |
| YUV | 78.21 | 119.99 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 50 | 64 | 0 | 0.64 | 0.54 | 0.45 | 350.56 | 0.47 | 0.37 |
| Hex | 8B | 32 | 40 | 0 | 40 | 36 | 2D | 15F | 2F | 25 |
| Octal | 213 | 62 | 100 | 0 | 100 | 66 | 55 | 537 | 57 | 45 |
| Binary | 10001011 | 110010 | 1000000 | 0 | 1000000 | 110110 | 101101 | 101011111 | 101111 | 100101 |
Color Harmonies of #8B3240
Complementary color
Monochromatic Colors of #8B3240
Black with #8B3240
Text Example
Text Example
White with #8B3240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3240; }
p { color: rgb(139,50,64); }
H1.HeaderClassName
{
color: #8B3240;
}
.AnyTagClassName
{
color: #8B3240;
}
</style>
background-color css
<style>
a { background-color: #8B3240; }
a { background-color: rgb(139,50,64); }
div.DivClassName
{
background-color: #8B3240;
}
.BgClassName
{
background-color: #8B3240;
}
</style>
border-color css
<style>
span { border-color: #8B3240; }
span { border-color: rgb(139,50,64); }
td.TdClassName
{
border-color: #8B3240;
}
.TagClassName
{
border-color: #8B3240;
}
</style>