Shades of Well Read #973941
Tints of Well Read #973941
RGB
CMYK
RGB Variations
Color information
#973941 (or 0x973941) is known color: Well Read. HEX triplet: 97, 39 and 41. RGB value is (151,57,65). Sum of RGB (Red+Green+Blue) = 151+57+65=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #973941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973941 is #68C6BE. Grayscale: #565656. Windows color (decimal): -6866623 or 4274583. OLE color: 4274583.
HSL color Cylindrical-coordinate representation of color #973941: hue angle of 354.89º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #973941 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 57 | 65 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.41 |
| HSL | 354.89º | 0.45% | 0.41% | - |
| HSV(B) | 354.89º | 0.62% | 0.59% | - |
| XYZ | 15.18 | 9.89 | 6.11 | - |
| YUV | 86.02 | 116.14 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 57 | 65 | 0 | 0.62 | 0.57 | 0.41 | 354.89 | 0.45 | 0.41 |
| Hex | 97 | 39 | 41 | 0 | 3E | 39 | 29 | 163 | 2D | 29 |
| Octal | 227 | 71 | 101 | 0 | 76 | 71 | 51 | 543 | 55 | 51 |
| Binary | 10010111 | 111001 | 1000001 | 0 | 111110 | 111001 | 101001 | 101100011 | 101101 | 101001 |
Color Harmonies of #973941
Complementary color
Monochromatic Colors of #973941
Black with #973941
Text Example
Text Example
White with #973941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973941; }
p { color: rgb(151,57,65); }
H1.HeaderClassName
{
color: #973941;
}
.AnyTagClassName
{
color: #973941;
}
</style>
background-color css
<style>
a { background-color: #973941; }
a { background-color: rgb(151,57,65); }
div.DivClassName
{
background-color: #973941;
}
.BgClassName
{
background-color: #973941;
}
</style>
border-color css
<style>
span { border-color: #973941; }
span { border-color: rgb(151,57,65); }
td.TdClassName
{
border-color: #973941;
}
.TagClassName
{
border-color: #973941;
}
</style>