Shades of Well Read #8B373B
Tints of Well Read #8B373B
RGB
CMYK
RGB Variations
Color information
#8B373B (or 0x8B373B) is known color: Well Read. HEX triplet: 8B, 37 and 3B. RGB value is (139,55,59). Sum of RGB (Red+Green+Blue) = 139+55+59=253 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.94% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 139 - color contains mainly: red. Hex color #8B373B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B373B is #74C8C4. Grayscale: #505050. Windows color (decimal): -7653573 or 3880843. OLE color: 3880843.
HSL color Cylindrical-coordinate representation of color #8B373B: hue angle of 357.14º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B373B is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 55 | 59 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.45 |
| HSL | 357.14º | 0.43% | 0.38% | - |
| HSV(B) | 357.14º | 0.6% | 0.55% | - |
| XYZ | 12.8 | 8.54 | 5.11 | - |
| YUV | 80.57 | 115.83 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 55 | 59 | 0 | 0.60 | 0.58 | 0.45 | 357.14 | 0.43 | 0.38 |
| Hex | 8B | 37 | 3B | 0 | 3C | 3A | 2D | 165 | 2B | 26 |
| Octal | 213 | 67 | 73 | 0 | 74 | 72 | 55 | 545 | 53 | 46 |
| Binary | 10001011 | 110111 | 111011 | 0 | 111100 | 111010 | 101101 | 101100101 | 101011 | 100110 |
Color Harmonies of #8B373B
Complementary color
Monochromatic Colors of #8B373B
Black with #8B373B
Text Example
Text Example
White with #8B373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B373B; }
p { color: rgb(139,55,59); }
H1.HeaderClassName
{
color: #8B373B;
}
.AnyTagClassName
{
color: #8B373B;
}
</style>
background-color css
<style>
a { background-color: #8B373B; }
a { background-color: rgb(139,55,59); }
div.DivClassName
{
background-color: #8B373B;
}
.BgClassName
{
background-color: #8B373B;
}
</style>
border-color css
<style>
span { border-color: #8B373B; }
span { border-color: rgb(139,55,59); }
td.TdClassName
{
border-color: #8B373B;
}
.TagClassName
{
border-color: #8B373B;
}
</style>