Shades of Well Read #994344
Tints of Well Read #994344
RGB
CMYK
RGB Variations
Color information
#994344 (or 0x994344) is known color: Well Read. HEX triplet: 99, 43 and 44. RGB value is (153,67,68). Sum of RGB (Red+Green+Blue) = 153+67+68=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #994344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994344 is #66BCBB. Grayscale: #5C5C5C. Windows color (decimal): -6732988 or 4473753. OLE color: 4473753.
HSL color Cylindrical-coordinate representation of color #994344: hue angle of 359.3º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994344 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 68 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.4 |
| HSL | 359.3º | 0.39% | 0.43% | - |
| HSV(B) | 359.3º | 0.56% | 0.6% | - |
| XYZ | 16.19 | 11.2 | 6.78 | - |
| YUV | 92.83 | 113.99 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 68 | 0 | 0.56 | 0.56 | 0.4 | 359.3 | 0.39 | 0.43 |
| Hex | 99 | 43 | 44 | 0 | 38 | 38 | 28 | 167 | 27 | 2B |
| Octal | 231 | 103 | 104 | 0 | 70 | 70 | 50 | 547 | 47 | 53 |
| Binary | 10011001 | 1000011 | 1000100 | 0 | 111000 | 111000 | 101000 | 101100111 | 100111 | 101011 |
Color Harmonies of #994344
Complementary color
Monochromatic Colors of #994344
Black with #994344
Text Example
Text Example
White with #994344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994344; }
p { color: rgb(153,67,68); }
H1.HeaderClassName
{
color: #994344;
}
.AnyTagClassName
{
color: #994344;
}
</style>
background-color css
<style>
a { background-color: #994344; }
a { background-color: rgb(153,67,68); }
div.DivClassName
{
background-color: #994344;
}
.BgClassName
{
background-color: #994344;
}
</style>
border-color css
<style>
span { border-color: #994344; }
span { border-color: rgb(153,67,68); }
td.TdClassName
{
border-color: #994344;
}
.TagClassName
{
border-color: #994344;
}
</style>