Shades of Well Read #88353E
Tints of Well Read #88353E
RGB
CMYK
RGB Variations
Color information
#88353E (or 0x88353E) is known color: Well Read. HEX triplet: 88, 35 and 3E. RGB value is (136,53,62). Sum of RGB (Red+Green+Blue) = 136+53+62=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #88353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88353E is #77CAC1. Grayscale: #4E4E4E. Windows color (decimal): -7850690 or 4076936. OLE color: 4076936.
HSL color Cylindrical-coordinate representation of color #88353E: hue angle of 353.49º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #88353E is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 53 | 62 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.47 |
| HSL | 353.49º | 0.44% | 0.37% | - |
| HSV(B) | 353.49º | 0.61% | 0.53% | - |
| XYZ | 12.3 | 8.13 | 5.48 | - |
| YUV | 78.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 53 | 62 | 0 | 0.61 | 0.54 | 0.47 | 353.49 | 0.44 | 0.37 |
| Hex | 88 | 35 | 3E | 0 | 3D | 36 | 2F | 161 | 2C | 25 |
| Octal | 210 | 65 | 76 | 0 | 75 | 66 | 57 | 541 | 54 | 45 |
| Binary | 10001000 | 110101 | 111110 | 0 | 111101 | 110110 | 101111 | 101100001 | 101100 | 100101 |
Color Harmonies of #88353E
Complementary color
Monochromatic Colors of #88353E
Black with #88353E
Text Example
Text Example
White with #88353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88353E; }
p { color: rgb(136,53,62); }
H1.HeaderClassName
{
color: #88353E;
}
.AnyTagClassName
{
color: #88353E;
}
</style>
background-color css
<style>
a { background-color: #88353E; }
a { background-color: rgb(136,53,62); }
div.DivClassName
{
background-color: #88353E;
}
.BgClassName
{
background-color: #88353E;
}
</style>
border-color css
<style>
span { border-color: #88353E; }
span { border-color: rgb(136,53,62); }
td.TdClassName
{
border-color: #88353E;
}
.TagClassName
{
border-color: #88353E;
}
</style>