Shades of Well Read #994045
Tints of Well Read #994045
RGB
CMYK
RGB Variations
Color information
#994045 (or 0x994045) is known color: Well Read. HEX triplet: 99, 40 and 45. RGB value is (153,64,69). Sum of RGB (Red+Green+Blue) = 153+64+69=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #994045 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994045 is #66BFBA. Grayscale: #5B5B5B. Windows color (decimal): -6733755 or 4538521. OLE color: 4538521.
HSL color Cylindrical-coordinate representation of color #994045: hue angle of 356.63º degrees, saturation: 0.41, 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 #994045 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 64 | 69 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.4 |
| HSL | 356.63º | 0.41% | 0.43% | - |
| HSV(B) | 356.63º | 0.58% | 0.6% | - |
| XYZ | 16.04 | 10.87 | 6.88 | - |
| YUV | 91.18 | 115.49 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 64 | 69 | 0 | 0.58 | 0.55 | 0.4 | 356.63 | 0.41 | 0.43 |
| Hex | 99 | 40 | 45 | 0 | 3A | 37 | 28 | 165 | 29 | 2B |
| Octal | 231 | 100 | 105 | 0 | 72 | 67 | 50 | 545 | 51 | 53 |
| Binary | 10011001 | 1000000 | 1000101 | 0 | 111010 | 110111 | 101000 | 101100101 | 101001 | 101011 |
Color Harmonies of #994045
Complementary color
Monochromatic Colors of #994045
Black with #994045
Text Example
Text Example
White with #994045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994045; }
p { color: rgb(153,64,69); }
H1.HeaderClassName
{
color: #994045;
}
.AnyTagClassName
{
color: #994045;
}
</style>
background-color css
<style>
a { background-color: #994045; }
a { background-color: rgb(153,64,69); }
div.DivClassName
{
background-color: #994045;
}
.BgClassName
{
background-color: #994045;
}
</style>
border-color css
<style>
span { border-color: #994045; }
span { border-color: rgb(153,64,69); }
td.TdClassName
{
border-color: #994045;
}
.TagClassName
{
border-color: #994045;
}
</style>