Shades of Well Read #994145
Tints of Well Read #994145
RGB
CMYK
RGB Variations
Color information
#994145 (or 0x994145) is known color: Well Read. HEX triplet: 99, 41 and 45. RGB value is (153,65,69). Sum of RGB (Red+Green+Blue) = 153+65+69=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #994145 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994145 is #66BEBA. Grayscale: #5B5B5B. Windows color (decimal): -6733499 or 4538777. OLE color: 4538777.
HSL color Cylindrical-coordinate representation of color #994145: hue angle of 357.27º 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 #994145 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 65 | 69 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.4 |
| HSL | 357.27º | 0.4% | 0.43% | - |
| HSV(B) | 357.27º | 0.58% | 0.6% | - |
| XYZ | 16.1 | 10.98 | 6.9 | - |
| YUV | 91.77 | 115.15 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 69 | 0 | 0.58 | 0.55 | 0.4 | 357.27 | 0.4 | 0.43 |
| Hex | 99 | 41 | 45 | 0 | 3A | 37 | 28 | 165 | 28 | 2B |
| Octal | 231 | 101 | 105 | 0 | 72 | 67 | 50 | 545 | 50 | 53 |
| Binary | 10011001 | 1000001 | 1000101 | 0 | 111010 | 110111 | 101000 | 101100101 | 101000 | 101011 |
Color Harmonies of #994145
Complementary color
Monochromatic Colors of #994145
Black with #994145
Text Example
Text Example
White with #994145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994145; }
p { color: rgb(153,65,69); }
H1.HeaderClassName
{
color: #994145;
}
.AnyTagClassName
{
color: #994145;
}
</style>
background-color css
<style>
a { background-color: #994145; }
a { background-color: rgb(153,65,69); }
div.DivClassName
{
background-color: #994145;
}
.BgClassName
{
background-color: #994145;
}
</style>
border-color css
<style>
span { border-color: #994145; }
span { border-color: rgb(153,65,69); }
td.TdClassName
{
border-color: #994145;
}
.TagClassName
{
border-color: #994145;
}
</style>