Shades of Well Read #8B373E
Tints of Well Read #8B373E
RGB
CMYK
RGB Variations
Color information
#8B373E (or 0x8B373E) is known color: Well Read. HEX triplet: 8B, 37 and 3E. RGB value is (139,55,62). Sum of RGB (Red+Green+Blue) = 139+55+62=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B373E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B373E is #74C8C1. Grayscale: #505050. Windows color (decimal): -7653570 or 4077451. OLE color: 4077451.
HSL color Cylindrical-coordinate representation of color #8B373E: hue angle of 355º 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 #8B373E is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 55 | 62 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.45 |
| HSL | 355º | 0.43% | 0.38% | - |
| HSV(B) | 355º | 0.6% | 0.55% | - |
| XYZ | 12.88 | 8.57 | 5.53 | - |
| YUV | 80.91 | 117.33 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 55 | 62 | 0 | 0.60 | 0.55 | 0.45 | 355 | 0.43 | 0.38 |
| Hex | 8B | 37 | 3E | 0 | 3C | 37 | 2D | 163 | 2B | 26 |
| Octal | 213 | 67 | 76 | 0 | 74 | 67 | 55 | 543 | 53 | 46 |
| Binary | 10001011 | 110111 | 111110 | 0 | 111100 | 110111 | 101101 | 101100011 | 101011 | 100110 |
Color Harmonies of #8B373E
Complementary color
Monochromatic Colors of #8B373E
Black with #8B373E
Text Example
Text Example
White with #8B373E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B373E; }
p { color: rgb(139,55,62); }
H1.HeaderClassName
{
color: #8B373E;
}
.AnyTagClassName
{
color: #8B373E;
}
</style>
background-color css
<style>
a { background-color: #8B373E; }
a { background-color: rgb(139,55,62); }
div.DivClassName
{
background-color: #8B373E;
}
.BgClassName
{
background-color: #8B373E;
}
</style>
border-color css
<style>
span { border-color: #8B373E; }
span { border-color: rgb(139,55,62); }
td.TdClassName
{
border-color: #8B373E;
}
.TagClassName
{
border-color: #8B373E;
}
</style>