Shades of Well Read #983040
Tints of Well Read #983040
RGB
CMYK
RGB Variations
Color information
#983040 (or 0x983040) is known color: Well Read. HEX triplet: 98, 30 and 40. RGB value is (152,48,64). Sum of RGB (Red+Green+Blue) = 152+48+64=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #983040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983040 is #67CFBF. Grayscale: #505050. Windows color (decimal): -6803392 or 4206744. OLE color: 4206744.
HSL color Cylindrical-coordinate representation of color #983040: hue angle of 350.77º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983040 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 48 | 64 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.40 |
| HSL | 350.77º | 0.52% | 0.39% | - |
| HSV(B) | 350.77º | 0.68% | 0.6% | - |
| XYZ | 14.93 | 9.16 | 5.83 | - |
| YUV | 80.92 | 118.46 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 64 | 0 | 0.68 | 0.58 | 0.40 | 350.77 | 0.52 | 0.39 |
| Hex | 98 | 30 | 40 | 0 | 44 | 3A | 28 | 15F | 34 | 27 |
| Octal | 230 | 60 | 100 | 0 | 104 | 72 | 50 | 537 | 64 | 47 |
| Binary | 10011000 | 110000 | 1000000 | 0 | 1000100 | 111010 | 101000 | 101011111 | 110100 | 100111 |
Color Harmonies of #983040
Complementary color
Monochromatic Colors of #983040
Black with #983040
Text Example
Text Example
White with #983040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983040; }
p { color: rgb(152,48,64); }
H1.HeaderClassName
{
color: #983040;
}
.AnyTagClassName
{
color: #983040;
}
</style>
background-color css
<style>
a { background-color: #983040; }
a { background-color: rgb(152,48,64); }
div.DivClassName
{
background-color: #983040;
}
.BgClassName
{
background-color: #983040;
}
</style>
border-color css
<style>
span { border-color: #983040; }
span { border-color: rgb(152,48,64); }
td.TdClassName
{
border-color: #983040;
}
.TagClassName
{
border-color: #983040;
}
</style>