Shades of Well Read #973F40
Tints of Well Read #973F40
RGB
CMYK
RGB Variations
Color information
#973F40 (or 0x973F40) is known color: Well Read. HEX triplet: 97, 3F and 40. RGB value is (151,63,64). Sum of RGB (Red+Green+Blue) = 151+63+64=278 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.32% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 151 - color contains mainly: red. Hex color #973F40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973F40 is #68C0BF. Grayscale: #595959. Windows color (decimal): -6865088 or 4210583. OLE color: 4210583.
HSL color Cylindrical-coordinate representation of color #973F40: hue angle of 359.32º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #973F40 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 63 | 64 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.41 |
| HSL | 359.32º | 0.41% | 0.42% | - |
| HSV(B) | 359.32º | 0.58% | 0.59% | - |
| XYZ | 15.47 | 10.5 | 6.06 | - |
| YUV | 89.43 | 113.65 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 63 | 64 | 0 | 0.58 | 0.58 | 0.41 | 359.32 | 0.41 | 0.42 |
| Hex | 97 | 3F | 40 | 0 | 3A | 3A | 29 | 167 | 29 | 2A |
| Octal | 227 | 77 | 100 | 0 | 72 | 72 | 51 | 547 | 51 | 52 |
| Binary | 10010111 | 111111 | 1000000 | 0 | 111010 | 111010 | 101001 | 101100111 | 101001 | 101010 |
Color Harmonies of #973F40
Complementary color
Monochromatic Colors of #973F40
Black with #973F40
Text Example
Text Example
White with #973F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973F40; }
p { color: rgb(151,63,64); }
H1.HeaderClassName
{
color: #973F40;
}
.AnyTagClassName
{
color: #973F40;
}
</style>
background-color css
<style>
a { background-color: #973F40; }
a { background-color: rgb(151,63,64); }
div.DivClassName
{
background-color: #973F40;
}
.BgClassName
{
background-color: #973F40;
}
</style>
border-color css
<style>
span { border-color: #973F40; }
span { border-color: rgb(151,63,64); }
td.TdClassName
{
border-color: #973F40;
}
.TagClassName
{
border-color: #973F40;
}
</style>