Shades of Well Read #8B363F
Tints of Well Read #8B363F
RGB
CMYK
RGB Variations
Color information
#8B363F (or 0x8B363F) is known color: Well Read. HEX triplet: 8B, 36 and 3F. RGB value is (139,54,63). Sum of RGB (Red+Green+Blue) = 139+54+63=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B363F is #74C9C0. Grayscale: #505050. Windows color (decimal): -7653825 or 4142731. OLE color: 4142731.
HSL color Cylindrical-coordinate representation of color #8B363F: hue angle of 353.65º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B363F is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 54 | 63 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.45 |
| HSL | 353.65º | 0.44% | 0.38% | - |
| HSV(B) | 353.65º | 0.61% | 0.55% | - |
| XYZ | 12.86 | 8.49 | 5.66 | - |
| YUV | 80.44 | 118.16 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 54 | 63 | 0 | 0.61 | 0.55 | 0.45 | 353.65 | 0.44 | 0.38 |
| Hex | 8B | 36 | 3F | 0 | 3D | 37 | 2D | 162 | 2C | 26 |
| Octal | 213 | 66 | 77 | 0 | 75 | 67 | 55 | 542 | 54 | 46 |
| Binary | 10001011 | 110110 | 111111 | 0 | 111101 | 110111 | 101101 | 101100010 | 101100 | 100110 |
Color Harmonies of #8B363F
Complementary color
Monochromatic Colors of #8B363F
Black with #8B363F
Text Example
Text Example
White with #8B363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B363F; }
p { color: rgb(139,54,63); }
H1.HeaderClassName
{
color: #8B363F;
}
.AnyTagClassName
{
color: #8B363F;
}
</style>
background-color css
<style>
a { background-color: #8B363F; }
a { background-color: rgb(139,54,63); }
div.DivClassName
{
background-color: #8B363F;
}
.BgClassName
{
background-color: #8B363F;
}
</style>
border-color css
<style>
span { border-color: #8B363F; }
span { border-color: rgb(139,54,63); }
td.TdClassName
{
border-color: #8B363F;
}
.TagClassName
{
border-color: #8B363F;
}
</style>