Shades of Well Read #973141
Tints of Well Read #973141
RGB
CMYK
RGB Variations
Color information
#973141 (or 0x973141) is known color: Well Read. HEX triplet: 97, 31 and 41. RGB value is (151,49,65). Sum of RGB (Red+Green+Blue) = 151+49+65=265 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.98% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 151 - color contains mainly: red. Hex color #973141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973141 is #68CEBE. Grayscale: #515151. Windows color (decimal): -6868671 or 4272535. OLE color: 4272535.
HSL color Cylindrical-coordinate representation of color #973141: hue angle of 350.59º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #973141 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 49 | 65 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.41 |
| HSL | 350.59º | 0.51% | 0.39% | - |
| HSV(B) | 350.59º | 0.68% | 0.59% | - |
| XYZ | 14.81 | 9.16 | 5.99 | - |
| YUV | 81.32 | 118.79 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 49 | 65 | 0 | 0.68 | 0.57 | 0.41 | 350.59 | 0.51 | 0.39 |
| Hex | 97 | 31 | 41 | 0 | 44 | 39 | 29 | 15F | 33 | 27 |
| Octal | 227 | 61 | 101 | 0 | 104 | 71 | 51 | 537 | 63 | 47 |
| Binary | 10010111 | 110001 | 1000001 | 0 | 1000100 | 111001 | 101001 | 101011111 | 110011 | 100111 |
Color Harmonies of #973141
Complementary color
Monochromatic Colors of #973141
Black with #973141
Text Example
Text Example
White with #973141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973141; }
p { color: rgb(151,49,65); }
H1.HeaderClassName
{
color: #973141;
}
.AnyTagClassName
{
color: #973141;
}
</style>
background-color css
<style>
a { background-color: #973141; }
a { background-color: rgb(151,49,65); }
div.DivClassName
{
background-color: #973141;
}
.BgClassName
{
background-color: #973141;
}
</style>
border-color css
<style>
span { border-color: #973141; }
span { border-color: rgb(151,49,65); }
td.TdClassName
{
border-color: #973141;
}
.TagClassName
{
border-color: #973141;
}
</style>