Shades of Well Read #8B343C
Tints of Well Read #8B343C
RGB
CMYK
RGB Variations
Color information
#8B343C (or 0x8B343C) is known color: Well Read. HEX triplet: 8B, 34 and 3C. RGB value is (139,52,60). Sum of RGB (Red+Green+Blue) = 139+52+60=251 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.38% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 139 - color contains mainly: red. Hex color #8B343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B343C is #74CBC3. Grayscale: #4E4E4E. Windows color (decimal): -7654340 or 3945611. OLE color: 3945611.
HSL color Cylindrical-coordinate representation of color #8B343C: hue angle of 354.48º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B343C is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 52 | 60 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.45 |
| HSL | 354.48º | 0.46% | 0.37% | - |
| HSV(B) | 354.48º | 0.63% | 0.55% | - |
| XYZ | 12.69 | 8.27 | 5.2 | - |
| YUV | 78.93 | 117.32 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 52 | 60 | 0 | 0.63 | 0.57 | 0.45 | 354.48 | 0.46 | 0.37 |
| Hex | 8B | 34 | 3C | 0 | 3F | 39 | 2D | 162 | 2E | 25 |
| Octal | 213 | 64 | 74 | 0 | 77 | 71 | 55 | 542 | 56 | 45 |
| Binary | 10001011 | 110100 | 111100 | 0 | 111111 | 111001 | 101101 | 101100010 | 101110 | 100101 |
Color Harmonies of #8B343C
Complementary color
Monochromatic Colors of #8B343C
Black with #8B343C
Text Example
Text Example
White with #8B343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B343C; }
p { color: rgb(139,52,60); }
H1.HeaderClassName
{
color: #8B343C;
}
.AnyTagClassName
{
color: #8B343C;
}
</style>
background-color css
<style>
a { background-color: #8B343C; }
a { background-color: rgb(139,52,60); }
div.DivClassName
{
background-color: #8B343C;
}
.BgClassName
{
background-color: #8B343C;
}
</style>
border-color css
<style>
span { border-color: #8B343C; }
span { border-color: rgb(139,52,60); }
td.TdClassName
{
border-color: #8B343C;
}
.TagClassName
{
border-color: #8B343C;
}
</style>