Shades of Well Read #994146
Tints of Well Read #994146
RGB
CMYK
RGB Variations
Color information
#994146 (or 0x994146) is known color: Well Read. HEX triplet: 99, 41 and 46. RGB value is (153,65,70). Sum of RGB (Red+Green+Blue) = 153+65+70=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #994146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994146 is #66BEB9. Grayscale: #5B5B5B. Windows color (decimal): -6733498 or 4604313. OLE color: 4604313.
HSL color Cylindrical-coordinate representation of color #994146: hue angle of 356.59º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #994146 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 65 | 70 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.4 |
| HSL | 356.59º | 0.4% | 0.43% | - |
| HSV(B) | 356.59º | 0.58% | 0.6% | - |
| XYZ | 16.13 | 11 | 7.07 | - |
| YUV | 91.88 | 115.65 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 70 | 0 | 0.58 | 0.54 | 0.4 | 356.59 | 0.4 | 0.43 |
| Hex | 99 | 41 | 46 | 0 | 3A | 36 | 28 | 165 | 28 | 2B |
| Octal | 231 | 101 | 106 | 0 | 72 | 66 | 50 | 545 | 50 | 53 |
| Binary | 10011001 | 1000001 | 1000110 | 0 | 111010 | 110110 | 101000 | 101100101 | 101000 | 101011 |
Color Harmonies of #994146
Complementary color
Monochromatic Colors of #994146
Black with #994146
Text Example
Text Example
White with #994146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994146; }
p { color: rgb(153,65,70); }
H1.HeaderClassName
{
color: #994146;
}
.AnyTagClassName
{
color: #994146;
}
</style>
background-color css
<style>
a { background-color: #994146; }
a { background-color: rgb(153,65,70); }
div.DivClassName
{
background-color: #994146;
}
.BgClassName
{
background-color: #994146;
}
</style>
border-color css
<style>
span { border-color: #994146; }
span { border-color: rgb(153,65,70); }
td.TdClassName
{
border-color: #994146;
}
.TagClassName
{
border-color: #994146;
}
</style>