Shades of Well Read #943D46
Tints of Well Read #943D46
RGB
CMYK
RGB Variations
Color information
#943D46 (or 0x943D46) is known color: Well Read. HEX triplet: 94, 3D and 46. RGB value is (148,61,70). Sum of RGB (Red+Green+Blue) = 148+61+70=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #943D46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943D46 is #6BC2B9. Grayscale: #585858. Windows color (decimal): -7062202 or 4603284. OLE color: 4603284.
HSL color Cylindrical-coordinate representation of color #943D46: hue angle of 353.79º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #943D46 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 61 | 70 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.42 |
| HSL | 353.79º | 0.42% | 0.41% | - |
| HSV(B) | 353.79º | 0.59% | 0.58% | - |
| XYZ | 14.99 | 10.08 | 6.95 | - |
| YUV | 88.04 | 117.82 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 61 | 70 | 0 | 0.59 | 0.53 | 0.42 | 353.79 | 0.42 | 0.41 |
| Hex | 94 | 3D | 46 | 0 | 3B | 35 | 2A | 162 | 2A | 29 |
| Octal | 224 | 75 | 106 | 0 | 73 | 65 | 52 | 542 | 52 | 51 |
| Binary | 10010100 | 111101 | 1000110 | 0 | 111011 | 110101 | 101010 | 101100010 | 101010 | 101001 |
Color Harmonies of #943D46
Complementary color
Monochromatic Colors of #943D46
Black with #943D46
Text Example
Text Example
White with #943D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943D46; }
p { color: rgb(148,61,70); }
H1.HeaderClassName
{
color: #943D46;
}
.AnyTagClassName
{
color: #943D46;
}
</style>
background-color css
<style>
a { background-color: #943D46; }
a { background-color: rgb(148,61,70); }
div.DivClassName
{
background-color: #943D46;
}
.BgClassName
{
background-color: #943D46;
}
</style>
border-color css
<style>
span { border-color: #943D46; }
span { border-color: rgb(148,61,70); }
td.TdClassName
{
border-color: #943D46;
}
.TagClassName
{
border-color: #943D46;
}
</style>