Shades of Well Read #8B313D
Tints of Well Read #8B313D
RGB
CMYK
RGB Variations
Color information
#8B313D (or 0x8B313D) is known color: Well Read. HEX triplet: 8B, 31 and 3D. RGB value is (139,49,61). Sum of RGB (Red+Green+Blue) = 139+49+61=249 (32% of max value = 765). Red value is 139 (54.69% from 255 or 55.82% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 139 - color contains mainly: red. Hex color #8B313D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B313D is #74CEC2. Grayscale: #4D4D4D. Windows color (decimal): -7655107 or 4010379. OLE color: 4010379.
HSL color Cylindrical-coordinate representation of color #8B313D: hue angle of 352º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B313D is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 49 | 61 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.45 |
| HSL | 352º | 0.48% | 0.37% | - |
| HSV(B) | 352º | 0.65% | 0.55% | - |
| XYZ | 12.59 | 8.02 | 5.3 | - |
| YUV | 77.28 | 118.82 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 49 | 61 | 0 | 0.65 | 0.56 | 0.45 | 352 | 0.48 | 0.37 |
| Hex | 8B | 31 | 3D | 0 | 41 | 38 | 2D | 160 | 30 | 25 |
| Octal | 213 | 61 | 75 | 0 | 101 | 70 | 55 | 540 | 60 | 45 |
| Binary | 10001011 | 110001 | 111101 | 0 | 1000001 | 111000 | 101101 | 101100000 | 110000 | 100101 |
Color Harmonies of #8B313D
Complementary color
Monochromatic Colors of #8B313D
Black with #8B313D
Text Example
Text Example
White with #8B313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B313D; }
p { color: rgb(139,49,61); }
H1.HeaderClassName
{
color: #8B313D;
}
.AnyTagClassName
{
color: #8B313D;
}
</style>
background-color css
<style>
a { background-color: #8B313D; }
a { background-color: rgb(139,49,61); }
div.DivClassName
{
background-color: #8B313D;
}
.BgClassName
{
background-color: #8B313D;
}
</style>
border-color css
<style>
span { border-color: #8B313D; }
span { border-color: rgb(139,49,61); }
td.TdClassName
{
border-color: #8B313D;
}
.TagClassName
{
border-color: #8B313D;
}
</style>