Shades of Well Read #8B333D
Tints of Well Read #8B333D
RGB
CMYK
RGB Variations
Color information
#8B333D (or 0x8B333D) is known color: Well Read. HEX triplet: 8B, 33 and 3D. RGB value is (139,51,61). Sum of RGB (Red+Green+Blue) = 139+51+61=251 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.38% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 139 - color contains mainly: red. Hex color #8B333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B333D is #74CCC2. Grayscale: #4E4E4E. Windows color (decimal): -7654595 or 4010891. OLE color: 4010891.
HSL color Cylindrical-coordinate representation of color #8B333D: hue angle of 353.18º 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 #8B333D is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 51 | 61 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.45 |
| HSL | 353.18º | 0.46% | 0.37% | - |
| HSV(B) | 353.18º | 0.63% | 0.55% | - |
| XYZ | 12.67 | 8.19 | 5.33 | - |
| YUV | 78.45 | 118.15 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 51 | 61 | 0 | 0.63 | 0.56 | 0.45 | 353.18 | 0.46 | 0.37 |
| Hex | 8B | 33 | 3D | 0 | 3F | 38 | 2D | 161 | 2E | 25 |
| Octal | 213 | 63 | 75 | 0 | 77 | 70 | 55 | 541 | 56 | 45 |
| Binary | 10001011 | 110011 | 111101 | 0 | 111111 | 111000 | 101101 | 101100001 | 101110 | 100101 |
Color Harmonies of #8B333D
Complementary color
Monochromatic Colors of #8B333D
Black with #8B333D
Text Example
Text Example
White with #8B333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B333D; }
p { color: rgb(139,51,61); }
H1.HeaderClassName
{
color: #8B333D;
}
.AnyTagClassName
{
color: #8B333D;
}
</style>
background-color css
<style>
a { background-color: #8B333D; }
a { background-color: rgb(139,51,61); }
div.DivClassName
{
background-color: #8B333D;
}
.BgClassName
{
background-color: #8B333D;
}
</style>
border-color css
<style>
span { border-color: #8B333D; }
span { border-color: rgb(139,51,61); }
td.TdClassName
{
border-color: #8B333D;
}
.TagClassName
{
border-color: #8B333D;
}
</style>