Shades of Well Read #8B333B
Tints of Well Read #8B333B
RGB
CMYK
RGB Variations
Color information
#8B333B (or 0x8B333B) is known color: Well Read. HEX triplet: 8B, 33 and 3B. RGB value is (139,51,59). Sum of RGB (Red+Green+Blue) = 139+51+59=249 (32% of max value = 765). Red value is 139 (54.69% from 255 or 55.82% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 139 - color contains mainly: red. Hex color #8B333B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B333B is #74CCC4. Grayscale: #4E4E4E. Windows color (decimal): -7654597 or 3879819. OLE color: 3879819.
HSL color Cylindrical-coordinate representation of color #8B333B: hue angle of 354.55º 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 #8B333B is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 51 | 59 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.45 |
| HSL | 354.55º | 0.46% | 0.37% | - |
| HSV(B) | 354.55º | 0.63% | 0.55% | - |
| XYZ | 12.62 | 8.17 | 5.05 | - |
| YUV | 78.22 | 117.15 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 51 | 59 | 0 | 0.63 | 0.58 | 0.45 | 354.55 | 0.46 | 0.37 |
| Hex | 8B | 33 | 3B | 0 | 3F | 3A | 2D | 163 | 2E | 25 |
| Octal | 213 | 63 | 73 | 0 | 77 | 72 | 55 | 543 | 56 | 45 |
| Binary | 10001011 | 110011 | 111011 | 0 | 111111 | 111010 | 101101 | 101100011 | 101110 | 100101 |
Color Harmonies of #8B333B
Complementary color
Monochromatic Colors of #8B333B
Black with #8B333B
Text Example
Text Example
White with #8B333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B333B; }
p { color: rgb(139,51,59); }
H1.HeaderClassName
{
color: #8B333B;
}
.AnyTagClassName
{
color: #8B333B;
}
</style>
background-color css
<style>
a { background-color: #8B333B; }
a { background-color: rgb(139,51,59); }
div.DivClassName
{
background-color: #8B333B;
}
.BgClassName
{
background-color: #8B333B;
}
</style>
border-color css
<style>
span { border-color: #8B333B; }
span { border-color: rgb(139,51,59); }
td.TdClassName
{
border-color: #8B333B;
}
.TagClassName
{
border-color: #8B333B;
}
</style>