Shades of Well Read #993744
Tints of Well Read #993744
RGB
CMYK
RGB Variations
Color information
#993744 (or 0x993744) is known color: Well Read. HEX triplet: 99, 37 and 44. RGB value is (153,55,68). Sum of RGB (Red+Green+Blue) = 153+55+68=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #993744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993744 is #66C8BB. Grayscale: #555555. Windows color (decimal): -6736060 or 4470681. OLE color: 4470681.
HSL color Cylindrical-coordinate representation of color #993744: hue angle of 352.04º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #993744 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 55 | 68 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.4 |
| HSL | 352.04º | 0.47% | 0.41% | - |
| HSV(B) | 352.04º | 0.64% | 0.6% | - |
| XYZ | 15.55 | 9.92 | 6.56 | - |
| YUV | 85.78 | 117.97 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 55 | 68 | 0 | 0.64 | 0.56 | 0.4 | 352.04 | 0.47 | 0.41 |
| Hex | 99 | 37 | 44 | 0 | 40 | 38 | 28 | 160 | 2F | 29 |
| Octal | 231 | 67 | 104 | 0 | 100 | 70 | 50 | 540 | 57 | 51 |
| Binary | 10011001 | 110111 | 1000100 | 0 | 1000000 | 111000 | 101000 | 101100000 | 101111 | 101001 |
Color Harmonies of #993744
Complementary color
Monochromatic Colors of #993744
Black with #993744
Text Example
Text Example
White with #993744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993744; }
p { color: rgb(153,55,68); }
H1.HeaderClassName
{
color: #993744;
}
.AnyTagClassName
{
color: #993744;
}
</style>
background-color css
<style>
a { background-color: #993744; }
a { background-color: rgb(153,55,68); }
div.DivClassName
{
background-color: #993744;
}
.BgClassName
{
background-color: #993744;
}
</style>
border-color css
<style>
span { border-color: #993744; }
span { border-color: rgb(153,55,68); }
td.TdClassName
{
border-color: #993744;
}
.TagClassName
{
border-color: #993744;
}
</style>