Shades of Well Read #983240
Tints of Well Read #983240
RGB
CMYK
RGB Variations
Color information
#983240 (or 0x983240) is known color: Well Read. HEX triplet: 98, 32 and 40. RGB value is (152,50,64). Sum of RGB (Red+Green+Blue) = 152+50+64=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #983240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983240 is #67CDBF. Grayscale: #525252. Windows color (decimal): -6802880 or 4207256. OLE color: 4207256.
HSL color Cylindrical-coordinate representation of color #983240: hue angle of 351.76º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #983240 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 64 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.40 |
| HSL | 351.76º | 0.5% | 0.4% | - |
| HSV(B) | 351.76º | 0.67% | 0.6% | - |
| XYZ | 15.01 | 9.33 | 5.86 | - |
| YUV | 82.09 | 117.79 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 64 | 0 | 0.67 | 0.58 | 0.40 | 351.76 | 0.5 | 0.4 |
| Hex | 98 | 32 | 40 | 0 | 43 | 3A | 28 | 160 | 32 | 28 |
| Octal | 230 | 62 | 100 | 0 | 103 | 72 | 50 | 540 | 62 | 50 |
| Binary | 10011000 | 110010 | 1000000 | 0 | 1000011 | 111010 | 101000 | 101100000 | 110010 | 101000 |
Color Harmonies of #983240
Complementary color
Monochromatic Colors of #983240
Black with #983240
Text Example
Text Example
White with #983240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983240; }
p { color: rgb(152,50,64); }
H1.HeaderClassName
{
color: #983240;
}
.AnyTagClassName
{
color: #983240;
}
</style>
background-color css
<style>
a { background-color: #983240; }
a { background-color: rgb(152,50,64); }
div.DivClassName
{
background-color: #983240;
}
.BgClassName
{
background-color: #983240;
}
</style>
border-color css
<style>
span { border-color: #983240; }
span { border-color: rgb(152,50,64); }
td.TdClassName
{
border-color: #983240;
}
.TagClassName
{
border-color: #983240;
}
</style>