Shades of Well Read #993844
Tints of Well Read #993844
RGB
CMYK
RGB Variations
Color information
#993844 (or 0x993844) is known color: Well Read. HEX triplet: 99, 38 and 44. RGB value is (153,56,68). Sum of RGB (Red+Green+Blue) = 153+56+68=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #993844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993844 is #66C7BB. Grayscale: #565656. Windows color (decimal): -6735804 or 4470937. OLE color: 4470937.
HSL color Cylindrical-coordinate representation of color #993844: hue angle of 352.58º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #993844 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 56 | 68 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.4 |
| HSL | 352.58º | 0.46% | 0.41% | - |
| HSV(B) | 352.58º | 0.63% | 0.6% | - |
| XYZ | 15.59 | 10.02 | 6.58 | - |
| YUV | 86.37 | 117.64 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 68 | 0 | 0.63 | 0.56 | 0.4 | 352.58 | 0.46 | 0.41 |
| Hex | 99 | 38 | 44 | 0 | 3F | 38 | 28 | 161 | 2E | 29 |
| Octal | 231 | 70 | 104 | 0 | 77 | 70 | 50 | 541 | 56 | 51 |
| Binary | 10011001 | 111000 | 1000100 | 0 | 111111 | 111000 | 101000 | 101100001 | 101110 | 101001 |
Color Harmonies of #993844
Complementary color
Monochromatic Colors of #993844
Black with #993844
Text Example
Text Example
White with #993844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993844; }
p { color: rgb(153,56,68); }
H1.HeaderClassName
{
color: #993844;
}
.AnyTagClassName
{
color: #993844;
}
</style>
background-color css
<style>
a { background-color: #993844; }
a { background-color: rgb(153,56,68); }
div.DivClassName
{
background-color: #993844;
}
.BgClassName
{
background-color: #993844;
}
</style>
border-color css
<style>
span { border-color: #993844; }
span { border-color: rgb(153,56,68); }
td.TdClassName
{
border-color: #993844;
}
.TagClassName
{
border-color: #993844;
}
</style>