Shades of Well Read #8B383F
Tints of Well Read #8B383F
RGB
CMYK
RGB Variations
Color information
#8B383F (or 0x8B383F) is known color: Well Read. HEX triplet: 8B, 38 and 3F. RGB value is (139,56,63). Sum of RGB (Red+Green+Blue) = 139+56+63=258 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.88% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 139 - color contains mainly: red. Hex color #8B383F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B383F is #74C7C0. Grayscale: #515151. Windows color (decimal): -7653313 or 4143243. OLE color: 4143243.
HSL color Cylindrical-coordinate representation of color #8B383F: hue angle of 354.94º 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 #8B383F is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 56 | 63 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.45 |
| HSL | 354.94º | 0.43% | 0.38% | - |
| HSV(B) | 354.94º | 0.6% | 0.55% | - |
| XYZ | 12.96 | 8.68 | 5.69 | - |
| YUV | 81.62 | 117.5 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 56 | 63 | 0 | 0.60 | 0.55 | 0.45 | 354.94 | 0.43 | 0.38 |
| Hex | 8B | 38 | 3F | 0 | 3C | 37 | 2D | 163 | 2B | 26 |
| Octal | 213 | 70 | 77 | 0 | 74 | 67 | 55 | 543 | 53 | 46 |
| Binary | 10001011 | 111000 | 111111 | 0 | 111100 | 110111 | 101101 | 101100011 | 101011 | 100110 |
Color Harmonies of #8B383F
Complementary color
Monochromatic Colors of #8B383F
Black with #8B383F
Text Example
Text Example
White with #8B383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B383F; }
p { color: rgb(139,56,63); }
H1.HeaderClassName
{
color: #8B383F;
}
.AnyTagClassName
{
color: #8B383F;
}
</style>
background-color css
<style>
a { background-color: #8B383F; }
a { background-color: rgb(139,56,63); }
div.DivClassName
{
background-color: #8B383F;
}
.BgClassName
{
background-color: #8B383F;
}
</style>
border-color css
<style>
span { border-color: #8B383F; }
span { border-color: rgb(139,56,63); }
td.TdClassName
{
border-color: #8B383F;
}
.TagClassName
{
border-color: #8B383F;
}
</style>