Shades of Well Read #983F45
Tints of Well Read #983F45
RGB
CMYK
RGB Variations
Color information
#983F45 (or 0x983F45) is known color: Well Read. HEX triplet: 98, 3F and 45. RGB value is (152,63,69). Sum of RGB (Red+Green+Blue) = 152+63+69=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #983F45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983F45 is #67C0BA. Grayscale: #5A5A5A. Windows color (decimal): -6799547 or 4538264. OLE color: 4538264.
HSL color Cylindrical-coordinate representation of color #983F45: hue angle of 355.96º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #983F45 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 63 | 69 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.40 |
| HSL | 355.96º | 0.41% | 0.42% | - |
| HSV(B) | 355.96º | 0.59% | 0.6% | - |
| XYZ | 15.8 | 10.66 | 6.86 | - |
| YUV | 90.3 | 115.99 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 69 | 0 | 0.59 | 0.55 | 0.40 | 355.96 | 0.41 | 0.42 |
| Hex | 98 | 3F | 45 | 0 | 3B | 37 | 28 | 164 | 29 | 2A |
| Octal | 230 | 77 | 105 | 0 | 73 | 67 | 50 | 544 | 51 | 52 |
| Binary | 10011000 | 111111 | 1000101 | 0 | 111011 | 110111 | 101000 | 101100100 | 101001 | 101010 |
Color Harmonies of #983F45
Complementary color
Monochromatic Colors of #983F45
Black with #983F45
Text Example
Text Example
White with #983F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983F45; }
p { color: rgb(152,63,69); }
H1.HeaderClassName
{
color: #983F45;
}
.AnyTagClassName
{
color: #983F45;
}
</style>
background-color css
<style>
a { background-color: #983F45; }
a { background-color: rgb(152,63,69); }
div.DivClassName
{
background-color: #983F45;
}
.BgClassName
{
background-color: #983F45;
}
</style>
border-color css
<style>
span { border-color: #983F45; }
span { border-color: rgb(152,63,69); }
td.TdClassName
{
border-color: #983F45;
}
.TagClassName
{
border-color: #983F45;
}
</style>