Shades of Well Read #973A3C
Tints of Well Read #973A3C
RGB
CMYK
RGB Variations
Color information
#973A3C (or 0x973A3C) is known color: Well Read. HEX triplet: 97, 3A and 3C. RGB value is (151,58,60). Sum of RGB (Red+Green+Blue) = 151+58+60=269 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.13% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 151 - color contains mainly: red. Hex color #973A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973A3C is #68C5C3. Grayscale: #565656. Windows color (decimal): -6866372 or 3947159. OLE color: 3947159.
HSL color Cylindrical-coordinate representation of color #973A3C: hue angle of 358.71º degrees, saturation: 0.44, 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 #973A3C is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 58 | 60 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.41 |
| HSL | 358.71º | 0.44% | 0.41% | - |
| HSV(B) | 358.71º | 0.62% | 0.59% | - |
| XYZ | 15.09 | 9.93 | 5.4 | - |
| YUV | 86.04 | 113.31 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 58 | 60 | 0 | 0.62 | 0.60 | 0.41 | 358.71 | 0.44 | 0.41 |
| Hex | 97 | 3A | 3C | 0 | 3E | 3C | 29 | 167 | 2C | 29 |
| Octal | 227 | 72 | 74 | 0 | 76 | 74 | 51 | 547 | 54 | 51 |
| Binary | 10010111 | 111010 | 111100 | 0 | 111110 | 111100 | 101001 | 101100111 | 101100 | 101001 |
Color Harmonies of #973A3C
Complementary color
Monochromatic Colors of #973A3C
Black with #973A3C
Text Example
Text Example
White with #973A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973A3C; }
p { color: rgb(151,58,60); }
H1.HeaderClassName
{
color: #973A3C;
}
.AnyTagClassName
{
color: #973A3C;
}
</style>
background-color css
<style>
a { background-color: #973A3C; }
a { background-color: rgb(151,58,60); }
div.DivClassName
{
background-color: #973A3C;
}
.BgClassName
{
background-color: #973A3C;
}
</style>
border-color css
<style>
span { border-color: #973A3C; }
span { border-color: rgb(151,58,60); }
td.TdClassName
{
border-color: #973A3C;
}
.TagClassName
{
border-color: #973A3C;
}
</style>