Shades of Well Read #97343C
Tints of Well Read #97343C
RGB
CMYK
RGB Variations
Color information
#97343C (or 0x97343C) is known color: Well Read. HEX triplet: 97, 34 and 3C. RGB value is (151,52,60). Sum of RGB (Red+Green+Blue) = 151+52+60=263 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.41% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 151 - color contains mainly: red. Hex color #97343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97343C is #68CBC3. Grayscale: #525252. Windows color (decimal): -6867908 or 3945623. OLE color: 3945623.
HSL color Cylindrical-coordinate representation of color #97343C: hue angle of 355.15º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #97343C is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 52 | 60 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.41 |
| HSL | 355.15º | 0.49% | 0.4% | - |
| HSV(B) | 355.15º | 0.66% | 0.59% | - |
| XYZ | 14.81 | 9.36 | 5.3 | - |
| YUV | 82.51 | 115.3 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 52 | 60 | 0 | 0.66 | 0.60 | 0.41 | 355.15 | 0.49 | 0.4 |
| Hex | 97 | 34 | 3C | 0 | 42 | 3C | 29 | 163 | 31 | 28 |
| Octal | 227 | 64 | 74 | 0 | 102 | 74 | 51 | 543 | 61 | 50 |
| Binary | 10010111 | 110100 | 111100 | 0 | 1000010 | 111100 | 101001 | 101100011 | 110001 | 101000 |
Color Harmonies of #97343C
Complementary color
Monochromatic Colors of #97343C
Black with #97343C
Text Example
Text Example
White with #97343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97343C; }
p { color: rgb(151,52,60); }
H1.HeaderClassName
{
color: #97343C;
}
.AnyTagClassName
{
color: #97343C;
}
</style>
background-color css
<style>
a { background-color: #97343C; }
a { background-color: rgb(151,52,60); }
div.DivClassName
{
background-color: #97343C;
}
.BgClassName
{
background-color: #97343C;
}
</style>
border-color css
<style>
span { border-color: #97343C; }
span { border-color: rgb(151,52,60); }
td.TdClassName
{
border-color: #97343C;
}
.TagClassName
{
border-color: #97343C;
}
</style>