Shades of Well Read #8B353A
Tints of Well Read #8B353A
RGB
CMYK
RGB Variations
Color information
#8B353A (or 0x8B353A) is known color: Well Read. HEX triplet: 8B, 35 and 3A. RGB value is (139,53,58). Sum of RGB (Red+Green+Blue) = 139+53+58=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B353A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B353A is #74CAC5. Grayscale: #4F4F4F. Windows color (decimal): -7654086 or 3814795. OLE color: 3814795.
HSL color Cylindrical-coordinate representation of color #8B353A: hue angle of 356.51º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B353A is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 53 | 58 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.45 |
| HSL | 356.51º | 0.45% | 0.38% | - |
| HSV(B) | 356.51º | 0.62% | 0.55% | - |
| XYZ | 12.68 | 8.34 | 4.94 | - |
| YUV | 79.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 53 | 58 | 0 | 0.62 | 0.58 | 0.45 | 356.51 | 0.45 | 0.38 |
| Hex | 8B | 35 | 3A | 0 | 3E | 3A | 2D | 165 | 2D | 26 |
| Octal | 213 | 65 | 72 | 0 | 76 | 72 | 55 | 545 | 55 | 46 |
| Binary | 10001011 | 110101 | 111010 | 0 | 111110 | 111010 | 101101 | 101100101 | 101101 | 100110 |
Color Harmonies of #8B353A
Complementary color
Monochromatic Colors of #8B353A
Black with #8B353A
Text Example
Text Example
White with #8B353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B353A; }
p { color: rgb(139,53,58); }
H1.HeaderClassName
{
color: #8B353A;
}
.AnyTagClassName
{
color: #8B353A;
}
</style>
background-color css
<style>
a { background-color: #8B353A; }
a { background-color: rgb(139,53,58); }
div.DivClassName
{
background-color: #8B353A;
}
.BgClassName
{
background-color: #8B353A;
}
</style>
border-color css
<style>
span { border-color: #8B353A; }
span { border-color: rgb(139,53,58); }
td.TdClassName
{
border-color: #8B353A;
}
.TagClassName
{
border-color: #8B353A;
}
</style>