Shades of Well Read #973D43
Tints of Well Read #973D43
RGB
CMYK
RGB Variations
Color information
#973D43 (or 0x973D43) is known color: Well Read. HEX triplet: 97, 3D and 43. RGB value is (151,61,67). Sum of RGB (Red+Green+Blue) = 151+61+67=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #973D43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973D43 is #68C2BC. Grayscale: #585858. Windows color (decimal): -6865597 or 4406679. OLE color: 4406679.
HSL color Cylindrical-coordinate representation of color #973D43: hue angle of 356º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #973D43 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 61 | 67 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.41 |
| HSL | 356º | 0.42% | 0.42% | - |
| HSV(B) | 356º | 0.6% | 0.59% | - |
| XYZ | 15.44 | 10.32 | 6.49 | - |
| YUV | 88.59 | 115.82 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 61 | 67 | 0 | 0.60 | 0.56 | 0.41 | 356 | 0.42 | 0.42 |
| Hex | 97 | 3D | 43 | 0 | 3C | 38 | 29 | 164 | 2A | 2A |
| Octal | 227 | 75 | 103 | 0 | 74 | 70 | 51 | 544 | 52 | 52 |
| Binary | 10010111 | 111101 | 1000011 | 0 | 111100 | 111000 | 101001 | 101100100 | 101010 | 101010 |
Color Harmonies of #973D43
Complementary color
Monochromatic Colors of #973D43
Black with #973D43
Text Example
Text Example
White with #973D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973D43; }
p { color: rgb(151,61,67); }
H1.HeaderClassName
{
color: #973D43;
}
.AnyTagClassName
{
color: #973D43;
}
</style>
background-color css
<style>
a { background-color: #973D43; }
a { background-color: rgb(151,61,67); }
div.DivClassName
{
background-color: #973D43;
}
.BgClassName
{
background-color: #973D43;
}
</style>
border-color css
<style>
span { border-color: #973D43; }
span { border-color: rgb(151,61,67); }
td.TdClassName
{
border-color: #973D43;
}
.TagClassName
{
border-color: #973D43;
}
</style>