Shades of Well Read #993944
Tints of Well Read #993944
RGB
CMYK
RGB Variations
Color information
#993944 (or 0x993944) is known color: Well Read. HEX triplet: 99, 39 and 44. RGB value is (153,57,68). Sum of RGB (Red+Green+Blue) = 153+57+68=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #993944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993944 is #66C6BB. Grayscale: #575757. Windows color (decimal): -6735548 or 4471193. OLE color: 4471193.
HSL color Cylindrical-coordinate representation of color #993944: hue angle of 353.12º 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 #993944 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 57 | 68 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.4 |
| HSL | 353.13º | 0.46% | 0.41% | - |
| HSV(B) | 353.13º | 0.63% | 0.6% | - |
| XYZ | 15.64 | 10.12 | 6.6 | - |
| YUV | 86.96 | 117.3 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 68 | 0 | 0.63 | 0.56 | 0.4 | 353.13 | 0.46 | 0.41 |
| Hex | 99 | 39 | 44 | 0 | 3F | 38 | 28 | 161 | 2E | 29 |
| Octal | 231 | 71 | 104 | 0 | 77 | 70 | 50 | 541 | 56 | 51 |
| Binary | 10011001 | 111001 | 1000100 | 0 | 111111 | 111000 | 101000 | 101100001 | 101110 | 101001 |
Color Harmonies of #993944
Complementary color
Monochromatic Colors of #993944
Black with #993944
Text Example
Text Example
White with #993944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993944; }
p { color: rgb(153,57,68); }
H1.HeaderClassName
{
color: #993944;
}
.AnyTagClassName
{
color: #993944;
}
</style>
background-color css
<style>
a { background-color: #993944; }
a { background-color: rgb(153,57,68); }
div.DivClassName
{
background-color: #993944;
}
.BgClassName
{
background-color: #993944;
}
</style>
border-color css
<style>
span { border-color: #993944; }
span { border-color: rgb(153,57,68); }
td.TdClassName
{
border-color: #993944;
}
.TagClassName
{
border-color: #993944;
}
</style>