Shades of Well Read #97393C
Tints of Well Read #97393C
RGB
CMYK
RGB Variations
Color information
#97393C (or 0x97393C) is known color: Well Read. HEX triplet: 97, 39 and 3C. RGB value is (151,57,60). Sum of RGB (Red+Green+Blue) = 151+57+60=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #97393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97393C is #68C6C3. Grayscale: #555555. Windows color (decimal): -6866628 or 3946903. OLE color: 3946903.
HSL color Cylindrical-coordinate representation of color #97393C: hue angle of 358.09º 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 #97393C is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 57 | 60 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.41 |
| HSL | 358.09º | 0.45% | 0.41% | - |
| HSV(B) | 358.09º | 0.62% | 0.59% | - |
| XYZ | 15.04 | 9.83 | 5.38 | - |
| YUV | 85.45 | 113.64 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 57 | 60 | 0 | 0.62 | 0.60 | 0.41 | 358.09 | 0.45 | 0.41 |
| Hex | 97 | 39 | 3C | 0 | 3E | 3C | 29 | 166 | 2D | 29 |
| Octal | 227 | 71 | 74 | 0 | 76 | 74 | 51 | 546 | 55 | 51 |
| Binary | 10010111 | 111001 | 111100 | 0 | 111110 | 111100 | 101001 | 101100110 | 101101 | 101001 |
Color Harmonies of #97393C
Complementary color
Monochromatic Colors of #97393C
Black with #97393C
Text Example
Text Example
White with #97393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97393C; }
p { color: rgb(151,57,60); }
H1.HeaderClassName
{
color: #97393C;
}
.AnyTagClassName
{
color: #97393C;
}
</style>
background-color css
<style>
a { background-color: #97393C; }
a { background-color: rgb(151,57,60); }
div.DivClassName
{
background-color: #97393C;
}
.BgClassName
{
background-color: #97393C;
}
</style>
border-color css
<style>
span { border-color: #97393C; }
span { border-color: rgb(151,57,60); }
td.TdClassName
{
border-color: #97393C;
}
.TagClassName
{
border-color: #97393C;
}
</style>