Shades of Well Read #933D46
Tints of Well Read #933D46
RGB
CMYK
RGB Variations
Color information
#933D46 (or 0x933D46) is known color: Well Read. HEX triplet: 93, 3D and 46. RGB value is (147,61,70). Sum of RGB (Red+Green+Blue) = 147+61+70=278 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.88% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 147 - color contains mainly: red. Hex color #933D46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933D46 is #6CC2B9. Grayscale: #575757. Windows color (decimal): -7127738 or 4603283. OLE color: 4603283.
HSL color Cylindrical-coordinate representation of color #933D46: hue angle of 353.72º degrees, saturation: 0.41, 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 #933D46 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 61 | 70 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.42 |
| HSL | 353.72º | 0.41% | 0.41% | - |
| HSV(B) | 353.72º | 0.59% | 0.58% | - |
| XYZ | 14.81 | 9.98 | 6.94 | - |
| YUV | 87.74 | 117.99 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 61 | 70 | 0 | 0.59 | 0.52 | 0.42 | 353.72 | 0.41 | 0.41 |
| Hex | 93 | 3D | 46 | 0 | 3B | 34 | 2A | 162 | 29 | 29 |
| Octal | 223 | 75 | 106 | 0 | 73 | 64 | 52 | 542 | 51 | 51 |
| Binary | 10010011 | 111101 | 1000110 | 0 | 111011 | 110100 | 101010 | 101100010 | 101001 | 101001 |
Color Harmonies of #933D46
Complementary color
Monochromatic Colors of #933D46
Black with #933D46
Text Example
Text Example
White with #933D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933D46; }
p { color: rgb(147,61,70); }
H1.HeaderClassName
{
color: #933D46;
}
.AnyTagClassName
{
color: #933D46;
}
</style>
background-color css
<style>
a { background-color: #933D46; }
a { background-color: rgb(147,61,70); }
div.DivClassName
{
background-color: #933D46;
}
.BgClassName
{
background-color: #933D46;
}
</style>
border-color css
<style>
span { border-color: #933D46; }
span { border-color: rgb(147,61,70); }
td.TdClassName
{
border-color: #933D46;
}
.TagClassName
{
border-color: #933D46;
}
</style>