Shades of Well Read #8B353D
Tints of Well Read #8B353D
RGB
CMYK
RGB Variations
Color information
#8B353D (or 0x8B353D) is known color: Well Read. HEX triplet: 8B, 35 and 3D. RGB value is (139,53,61). Sum of RGB (Red+Green+Blue) = 139+53+61=253 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.94% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 139 - color contains mainly: red. Hex color #8B353D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B353D is #74CAC2. Grayscale: #4F4F4F. Windows color (decimal): -7654083 or 4011403. OLE color: 4011403.
HSL color Cylindrical-coordinate representation of color #8B353D: hue angle of 354.42º 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 #8B353D is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 53 | 61 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.45 |
| HSL | 354.42º | 0.45% | 0.38% | - |
| HSV(B) | 354.42º | 0.62% | 0.55% | - |
| XYZ | 12.76 | 8.37 | 5.36 | - |
| YUV | 79.63 | 117.49 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 53 | 61 | 0 | 0.62 | 0.56 | 0.45 | 354.42 | 0.45 | 0.38 |
| Hex | 8B | 35 | 3D | 0 | 3E | 38 | 2D | 162 | 2D | 26 |
| Octal | 213 | 65 | 75 | 0 | 76 | 70 | 55 | 542 | 55 | 46 |
| Binary | 10001011 | 110101 | 111101 | 0 | 111110 | 111000 | 101101 | 101100010 | 101101 | 100110 |
Color Harmonies of #8B353D
Complementary color
Monochromatic Colors of #8B353D
Black with #8B353D
Text Example
Text Example
White with #8B353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B353D; }
p { color: rgb(139,53,61); }
H1.HeaderClassName
{
color: #8B353D;
}
.AnyTagClassName
{
color: #8B353D;
}
</style>
background-color css
<style>
a { background-color: #8B353D; }
a { background-color: rgb(139,53,61); }
div.DivClassName
{
background-color: #8B353D;
}
.BgClassName
{
background-color: #8B353D;
}
</style>
border-color css
<style>
span { border-color: #8B353D; }
span { border-color: rgb(139,53,61); }
td.TdClassName
{
border-color: #8B353D;
}
.TagClassName
{
border-color: #8B353D;
}
</style>