Shades of Well Read #993540
Tints of Well Read #993540
RGB
CMYK
RGB Variations
Color information
#993540 (or 0x993540) is known color: Well Read. HEX triplet: 99, 35 and 40. RGB value is (153,53,64). Sum of RGB (Red+Green+Blue) = 153+53+64=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #993540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993540 is #66CABF. Grayscale: #545454. Windows color (decimal): -6736576 or 4208025. OLE color: 4208025.
HSL color Cylindrical-coordinate representation of color #993540: hue angle of 353.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993540 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 53 | 64 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.4 |
| HSL | 353.4º | 0.49% | 0.4% | - |
| HSV(B) | 353.4º | 0.65% | 0.6% | - |
| XYZ | 15.34 | 9.69 | 5.91 | - |
| YUV | 84.15 | 116.63 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 64 | 0 | 0.65 | 0.58 | 0.4 | 353.4 | 0.49 | 0.4 |
| Hex | 99 | 35 | 40 | 0 | 41 | 3A | 28 | 161 | 31 | 28 |
| Octal | 231 | 65 | 100 | 0 | 101 | 72 | 50 | 541 | 61 | 50 |
| Binary | 10011001 | 110101 | 1000000 | 0 | 1000001 | 111010 | 101000 | 101100001 | 110001 | 101000 |
Color Harmonies of #993540
Complementary color
Monochromatic Colors of #993540
Black with #993540
Text Example
Text Example
White with #993540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993540; }
p { color: rgb(153,53,64); }
H1.HeaderClassName
{
color: #993540;
}
.AnyTagClassName
{
color: #993540;
}
</style>
background-color css
<style>
a { background-color: #993540; }
a { background-color: rgb(153,53,64); }
div.DivClassName
{
background-color: #993540;
}
.BgClassName
{
background-color: #993540;
}
</style>
border-color css
<style>
span { border-color: #993540; }
span { border-color: rgb(153,53,64); }
td.TdClassName
{
border-color: #993540;
}
.TagClassName
{
border-color: #993540;
}
</style>