Shades of Well Read #97373B
Tints of Well Read #97373B
RGB
CMYK
RGB Variations
Color information
#97373B (or 0x97373B) is known color: Well Read. HEX triplet: 97, 37 and 3B. RGB value is (151,55,59). Sum of RGB (Red+Green+Blue) = 151+55+59=265 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.98% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 151 - color contains mainly: red. Hex color #97373B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97373B is #68C8C4. Grayscale: #545454. Windows color (decimal): -6867141 or 3880855. OLE color: 3880855.
HSL color Cylindrical-coordinate representation of color #97373B: hue angle of 357.5º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97373B is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 55 | 59 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.41 |
| HSL | 357.5º | 0.47% | 0.4% | - |
| HSV(B) | 357.5º | 0.64% | 0.59% | - |
| XYZ | 14.92 | 9.63 | 5.21 | - |
| YUV | 84.16 | 113.8 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 55 | 59 | 0 | 0.64 | 0.61 | 0.41 | 357.5 | 0.47 | 0.4 |
| Hex | 97 | 37 | 3B | 0 | 40 | 3D | 29 | 166 | 2F | 28 |
| Octal | 227 | 67 | 73 | 0 | 100 | 75 | 51 | 546 | 57 | 50 |
| Binary | 10010111 | 110111 | 111011 | 0 | 1000000 | 111101 | 101001 | 101100110 | 101111 | 101000 |
Color Harmonies of #97373B
Complementary color
Monochromatic Colors of #97373B
Black with #97373B
Text Example
Text Example
White with #97373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97373B; }
p { color: rgb(151,55,59); }
H1.HeaderClassName
{
color: #97373B;
}
.AnyTagClassName
{
color: #97373B;
}
</style>
background-color css
<style>
a { background-color: #97373B; }
a { background-color: rgb(151,55,59); }
div.DivClassName
{
background-color: #97373B;
}
.BgClassName
{
background-color: #97373B;
}
</style>
border-color css
<style>
span { border-color: #97373B; }
span { border-color: rgb(151,55,59); }
td.TdClassName
{
border-color: #97373B;
}
.TagClassName
{
border-color: #97373B;
}
</style>