Shades of Well Read #944142
Tints of Well Read #944142
RGB
CMYK
RGB Variations
Color information
#944142 (or 0x944142) is known color: Well Read. HEX triplet: 94, 41 and 42. RGB value is (148,65,66). Sum of RGB (Red+Green+Blue) = 148+65+66=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #944142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944142 is #6BBEBD. Grayscale: #5A5A5A. Windows color (decimal): -7061182 or 4342164. OLE color: 4342164.
HSL color Cylindrical-coordinate representation of color #944142: hue angle of 359.28º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #944142 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 65 | 66 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.42 |
| HSL | 359.28º | 0.39% | 0.42% | - |
| HSV(B) | 359.28º | 0.56% | 0.58% | - |
| XYZ | 15.09 | 10.47 | 6.38 | - |
| YUV | 89.93 | 114.5 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 65 | 66 | 0 | 0.56 | 0.55 | 0.42 | 359.28 | 0.39 | 0.42 |
| Hex | 94 | 41 | 42 | 0 | 38 | 37 | 2A | 167 | 27 | 2A |
| Octal | 224 | 101 | 102 | 0 | 70 | 67 | 52 | 547 | 47 | 52 |
| Binary | 10010100 | 1000001 | 1000010 | 0 | 111000 | 110111 | 101010 | 101100111 | 100111 | 101010 |
Color Harmonies of #944142
Complementary color
Monochromatic Colors of #944142
Black with #944142
Text Example
Text Example
White with #944142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944142; }
p { color: rgb(148,65,66); }
H1.HeaderClassName
{
color: #944142;
}
.AnyTagClassName
{
color: #944142;
}
</style>
background-color css
<style>
a { background-color: #944142; }
a { background-color: rgb(148,65,66); }
div.DivClassName
{
background-color: #944142;
}
.BgClassName
{
background-color: #944142;
}
</style>
border-color css
<style>
span { border-color: #944142; }
span { border-color: rgb(148,65,66); }
td.TdClassName
{
border-color: #944142;
}
.TagClassName
{
border-color: #944142;
}
</style>