Shades of Well Read #97373A
Tints of Well Read #97373A
RGB
CMYK
RGB Variations
Color information
#97373A (or 0x97373A) is known color: Well Read. HEX triplet: 97, 37 and 3A. RGB value is (151,55,58). Sum of RGB (Red+Green+Blue) = 151+55+58=264 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.20% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 151 - color contains mainly: red. Hex color #97373A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97373A is #68C8C5. Grayscale: #545454. Windows color (decimal): -6867142 or 3815319. OLE color: 3815319.
HSL color Cylindrical-coordinate representation of color #97373A: hue angle of 358.12º 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 #97373A is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 55 | 58 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.41 |
| HSL | 358.13º | 0.47% | 0.4% | - |
| HSV(B) | 358.13º | 0.64% | 0.59% | - |
| XYZ | 14.89 | 9.62 | 5.07 | - |
| YUV | 84.05 | 113.3 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 55 | 58 | 0 | 0.64 | 0.62 | 0.41 | 358.13 | 0.47 | 0.4 |
| Hex | 97 | 37 | 3A | 0 | 40 | 3E | 29 | 166 | 2F | 28 |
| Octal | 227 | 67 | 72 | 0 | 100 | 76 | 51 | 546 | 57 | 50 |
| Binary | 10010111 | 110111 | 111010 | 0 | 1000000 | 111110 | 101001 | 101100110 | 101111 | 101000 |
Color Harmonies of #97373A
Complementary color
Monochromatic Colors of #97373A
Black with #97373A
Text Example
Text Example
White with #97373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97373A; }
p { color: rgb(151,55,58); }
H1.HeaderClassName
{
color: #97373A;
}
.AnyTagClassName
{
color: #97373A;
}
</style>
background-color css
<style>
a { background-color: #97373A; }
a { background-color: rgb(151,55,58); }
div.DivClassName
{
background-color: #97373A;
}
.BgClassName
{
background-color: #97373A;
}
</style>
border-color css
<style>
span { border-color: #97373A; }
span { border-color: rgb(151,55,58); }
td.TdClassName
{
border-color: #97373A;
}
.TagClassName
{
border-color: #97373A;
}
</style>