Shades of Well Read #994143
Tints of Well Read #994143
RGB
CMYK
RGB Variations
Color information
#994143 (or 0x994143) is known color: Well Read. HEX triplet: 99, 41 and 43. RGB value is (153,65,67). Sum of RGB (Red+Green+Blue) = 153+65+67=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #994143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994143 is #66BEBC. Grayscale: #5B5B5B. Windows color (decimal): -6733501 or 4407705. OLE color: 4407705.
HSL color Cylindrical-coordinate representation of color #994143: hue angle of 358.64º 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 #994143 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 65 | 67 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.4 |
| HSL | 358.64º | 0.4% | 0.43% | - |
| HSV(B) | 358.64º | 0.58% | 0.6% | - |
| XYZ | 16.04 | 10.96 | 6.58 | - |
| YUV | 91.54 | 114.15 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 67 | 0 | 0.58 | 0.56 | 0.4 | 358.64 | 0.4 | 0.43 |
| Hex | 99 | 41 | 43 | 0 | 3A | 38 | 28 | 167 | 28 | 2B |
| Octal | 231 | 101 | 103 | 0 | 72 | 70 | 50 | 547 | 50 | 53 |
| Binary | 10011001 | 1000001 | 1000011 | 0 | 111010 | 111000 | 101000 | 101100111 | 101000 | 101011 |
Color Harmonies of #994143
Complementary color
Monochromatic Colors of #994143
Black with #994143
Text Example
Text Example
White with #994143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994143; }
p { color: rgb(153,65,67); }
H1.HeaderClassName
{
color: #994143;
}
.AnyTagClassName
{
color: #994143;
}
</style>
background-color css
<style>
a { background-color: #994143; }
a { background-color: rgb(153,65,67); }
div.DivClassName
{
background-color: #994143;
}
.BgClassName
{
background-color: #994143;
}
</style>
border-color css
<style>
span { border-color: #994143; }
span { border-color: rgb(153,65,67); }
td.TdClassName
{
border-color: #994143;
}
.TagClassName
{
border-color: #994143;
}
</style>