Shades of Well Read #97353E
Tints of Well Read #97353E
RGB
CMYK
RGB Variations
Color information
#97353E (or 0x97353E) is known color: Well Read. HEX triplet: 97, 35 and 3E. RGB value is (151,53,62). Sum of RGB (Red+Green+Blue) = 151+53+62=266 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.77% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 151 - color contains mainly: red. Hex color #97353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97353E is #68CAC1. Grayscale: #535353. Windows color (decimal): -6867650 or 4076951. OLE color: 4076951.
HSL color Cylindrical-coordinate representation of color #97353E: hue angle of 354.49º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #97353E is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 53 | 62 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.41 |
| HSL | 354.49º | 0.48% | 0.4% | - |
| HSV(B) | 354.49º | 0.65% | 0.59% | - |
| XYZ | 14.91 | 9.47 | 5.6 | - |
| YUV | 83.33 | 115.97 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 53 | 62 | 0 | 0.65 | 0.59 | 0.41 | 354.49 | 0.48 | 0.4 |
| Hex | 97 | 35 | 3E | 0 | 41 | 3B | 29 | 162 | 30 | 28 |
| Octal | 227 | 65 | 76 | 0 | 101 | 73 | 51 | 542 | 60 | 50 |
| Binary | 10010111 | 110101 | 111110 | 0 | 1000001 | 111011 | 101001 | 101100010 | 110000 | 101000 |
Color Harmonies of #97353E
Complementary color
Monochromatic Colors of #97353E
Black with #97353E
Text Example
Text Example
White with #97353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97353E; }
p { color: rgb(151,53,62); }
H1.HeaderClassName
{
color: #97353E;
}
.AnyTagClassName
{
color: #97353E;
}
</style>
background-color css
<style>
a { background-color: #97353E; }
a { background-color: rgb(151,53,62); }
div.DivClassName
{
background-color: #97353E;
}
.BgClassName
{
background-color: #97353E;
}
</style>
border-color css
<style>
span { border-color: #97353E; }
span { border-color: rgb(151,53,62); }
td.TdClassName
{
border-color: #97353E;
}
.TagClassName
{
border-color: #97353E;
}
</style>