Shades of Well Read #8B353F
Tints of Well Read #8B353F
RGB
CMYK
RGB Variations
Color information
#8B353F (or 0x8B353F) is known color: Well Read. HEX triplet: 8B, 35 and 3F. RGB value is (139,53,63). Sum of RGB (Red+Green+Blue) = 139+53+63=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B353F is #74CAC0. Grayscale: #4F4F4F. Windows color (decimal): -7654081 or 4142475. OLE color: 4142475.
HSL color Cylindrical-coordinate representation of color #8B353F: hue angle of 353.02º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B353F is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 53 | 63 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.45 |
| HSL | 353.02º | 0.45% | 0.38% | - |
| HSV(B) | 353.02º | 0.62% | 0.55% | - |
| XYZ | 12.82 | 8.39 | 5.65 | - |
| YUV | 79.85 | 118.49 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 53 | 63 | 0 | 0.62 | 0.55 | 0.45 | 353.02 | 0.45 | 0.38 |
| Hex | 8B | 35 | 3F | 0 | 3E | 37 | 2D | 161 | 2D | 26 |
| Octal | 213 | 65 | 77 | 0 | 76 | 67 | 55 | 541 | 55 | 46 |
| Binary | 10001011 | 110101 | 111111 | 0 | 111110 | 110111 | 101101 | 101100001 | 101101 | 100110 |
Color Harmonies of #8B353F
Complementary color
Monochromatic Colors of #8B353F
Black with #8B353F
Text Example
Text Example
White with #8B353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B353F; }
p { color: rgb(139,53,63); }
H1.HeaderClassName
{
color: #8B353F;
}
.AnyTagClassName
{
color: #8B353F;
}
</style>
background-color css
<style>
a { background-color: #8B353F; }
a { background-color: rgb(139,53,63); }
div.DivClassName
{
background-color: #8B353F;
}
.BgClassName
{
background-color: #8B353F;
}
</style>
border-color css
<style>
span { border-color: #8B353F; }
span { border-color: rgb(139,53,63); }
td.TdClassName
{
border-color: #8B353F;
}
.TagClassName
{
border-color: #8B353F;
}
</style>