Shades of Well Read #983B45
Tints of Well Read #983B45
RGB
CMYK
RGB Variations
Color information
#983B45 (or 0x983B45) is known color: Well Read. HEX triplet: 98, 3B and 45. RGB value is (152,59,69). Sum of RGB (Red+Green+Blue) = 152+59+69=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #983B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983B45 is #67C4BA. Grayscale: #585858. Windows color (decimal): -6800571 or 4537240. OLE color: 4537240.
HSL color Cylindrical-coordinate representation of color #983B45: hue angle of 353.55º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #983B45 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 59 | 69 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.40 |
| HSL | 353.55º | 0.44% | 0.41% | - |
| HSV(B) | 353.55º | 0.61% | 0.6% | - |
| XYZ | 15.59 | 10.23 | 6.78 | - |
| YUV | 87.95 | 117.31 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 59 | 69 | 0 | 0.61 | 0.55 | 0.40 | 353.55 | 0.44 | 0.41 |
| Hex | 98 | 3B | 45 | 0 | 3D | 37 | 28 | 162 | 2C | 29 |
| Octal | 230 | 73 | 105 | 0 | 75 | 67 | 50 | 542 | 54 | 51 |
| Binary | 10011000 | 111011 | 1000101 | 0 | 111101 | 110111 | 101000 | 101100010 | 101100 | 101001 |
Color Harmonies of #983B45
Complementary color
Monochromatic Colors of #983B45
Black with #983B45
Text Example
Text Example
White with #983B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983B45; }
p { color: rgb(152,59,69); }
H1.HeaderClassName
{
color: #983B45;
}
.AnyTagClassName
{
color: #983B45;
}
</style>
background-color css
<style>
a { background-color: #983B45; }
a { background-color: rgb(152,59,69); }
div.DivClassName
{
background-color: #983B45;
}
.BgClassName
{
background-color: #983B45;
}
</style>
border-color css
<style>
span { border-color: #983B45; }
span { border-color: rgb(152,59,69); }
td.TdClassName
{
border-color: #983B45;
}
.TagClassName
{
border-color: #983B45;
}
</style>