Shades of Well Read #973E42
Tints of Well Read #973E42
RGB
CMYK
RGB Variations
Color information
#973E42 (or 0x973E42) is known color: Well Read. HEX triplet: 97, 3E and 42. RGB value is (151,62,66). Sum of RGB (Red+Green+Blue) = 151+62+66=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #973E42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973E42 is #68C1BD. Grayscale: #595959. Windows color (decimal): -6865342 or 4341399. OLE color: 4341399.
HSL color Cylindrical-coordinate representation of color #973E42: hue angle of 357.3º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #973E42 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 62 | 66 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.41 |
| HSL | 357.3º | 0.42% | 0.42% | - |
| HSV(B) | 357.3º | 0.59% | 0.59% | - |
| XYZ | 15.47 | 10.42 | 6.35 | - |
| YUV | 89.07 | 114.99 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 62 | 66 | 0 | 0.59 | 0.56 | 0.41 | 357.3 | 0.42 | 0.42 |
| Hex | 97 | 3E | 42 | 0 | 3B | 38 | 29 | 165 | 2A | 2A |
| Octal | 227 | 76 | 102 | 0 | 73 | 70 | 51 | 545 | 52 | 52 |
| Binary | 10010111 | 111110 | 1000010 | 0 | 111011 | 111000 | 101001 | 101100101 | 101010 | 101010 |
Color Harmonies of #973E42
Complementary color
Monochromatic Colors of #973E42
Black with #973E42
Text Example
Text Example
White with #973E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973E42; }
p { color: rgb(151,62,66); }
H1.HeaderClassName
{
color: #973E42;
}
.AnyTagClassName
{
color: #973E42;
}
</style>
background-color css
<style>
a { background-color: #973E42; }
a { background-color: rgb(151,62,66); }
div.DivClassName
{
background-color: #973E42;
}
.BgClassName
{
background-color: #973E42;
}
</style>
border-color css
<style>
span { border-color: #973E42; }
span { border-color: rgb(151,62,66); }
td.TdClassName
{
border-color: #973E42;
}
.TagClassName
{
border-color: #973E42;
}
</style>