Shades of Well Read #973345
Tints of Well Read #973345
RGB
CMYK
RGB Variations
Color information
#973345 (or 0x973345) is known color: Well Read. HEX triplet: 97, 33 and 45. RGB value is (151,51,69). Sum of RGB (Red+Green+Blue) = 151+51+69=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #973345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973345 is #68CCBA. Grayscale: #525252. Windows color (decimal): -6868155 or 4535191. OLE color: 4535191.
HSL color Cylindrical-coordinate representation of color #973345: hue angle of 349.2º degrees, saturation: 0.5, 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 #973345 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 51 | 69 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.41 |
| HSL | 349.2º | 0.5% | 0.4% | - |
| HSV(B) | 349.2º | 0.66% | 0.59% | - |
| XYZ | 15.02 | 9.38 | 6.65 | - |
| YUV | 82.95 | 120.13 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 51 | 69 | 0 | 0.66 | 0.54 | 0.41 | 349.2 | 0.5 | 0.4 |
| Hex | 97 | 33 | 45 | 0 | 42 | 36 | 29 | 15D | 32 | 28 |
| Octal | 227 | 63 | 105 | 0 | 102 | 66 | 51 | 535 | 62 | 50 |
| Binary | 10010111 | 110011 | 1000101 | 0 | 1000010 | 110110 | 101001 | 101011101 | 110010 | 101000 |
Color Harmonies of #973345
Complementary color
Monochromatic Colors of #973345
Black with #973345
Text Example
Text Example
White with #973345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973345; }
p { color: rgb(151,51,69); }
H1.HeaderClassName
{
color: #973345;
}
.AnyTagClassName
{
color: #973345;
}
</style>
background-color css
<style>
a { background-color: #973345; }
a { background-color: rgb(151,51,69); }
div.DivClassName
{
background-color: #973345;
}
.BgClassName
{
background-color: #973345;
}
</style>
border-color css
<style>
span { border-color: #973345; }
span { border-color: rgb(151,51,69); }
td.TdClassName
{
border-color: #973345;
}
.TagClassName
{
border-color: #973345;
}
</style>