Shades of Well Read #88343F
Tints of Well Read #88343F
RGB
CMYK
RGB Variations
Color information
#88343F (or 0x88343F) is known color: Well Read. HEX triplet: 88, 34 and 3F. RGB value is (136,52,63). Sum of RGB (Red+Green+Blue) = 136+52+63=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #88343F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88343F is #77CBC0. Grayscale: #4E4E4E. Windows color (decimal): -7850945 or 4142216. OLE color: 4142216.
HSL color Cylindrical-coordinate representation of color #88343F: hue angle of 352.14º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #88343F is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 52 | 63 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.47 |
| HSL | 352.14º | 0.45% | 0.37% | - |
| HSV(B) | 352.14º | 0.62% | 0.53% | - |
| XYZ | 12.28 | 8.05 | 5.61 | - |
| YUV | 78.37 | 119.33 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 52 | 63 | 0 | 0.62 | 0.54 | 0.47 | 352.14 | 0.45 | 0.37 |
| Hex | 88 | 34 | 3F | 0 | 3E | 36 | 2F | 160 | 2D | 25 |
| Octal | 210 | 64 | 77 | 0 | 76 | 66 | 57 | 540 | 55 | 45 |
| Binary | 10001000 | 110100 | 111111 | 0 | 111110 | 110110 | 101111 | 101100000 | 101101 | 100101 |
Color Harmonies of #88343F
Complementary color
Monochromatic Colors of #88343F
Black with #88343F
Text Example
Text Example
White with #88343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88343F; }
p { color: rgb(136,52,63); }
H1.HeaderClassName
{
color: #88343F;
}
.AnyTagClassName
{
color: #88343F;
}
</style>
background-color css
<style>
a { background-color: #88343F; }
a { background-color: rgb(136,52,63); }
div.DivClassName
{
background-color: #88343F;
}
.BgClassName
{
background-color: #88343F;
}
</style>
border-color css
<style>
span { border-color: #88343F; }
span { border-color: rgb(136,52,63); }
td.TdClassName
{
border-color: #88343F;
}
.TagClassName
{
border-color: #88343F;
}
</style>