Shades of Well Read #993C40
Tints of Well Read #993C40
RGB
CMYK
RGB Variations
Color information
#993C40 (or 0x993C40) is known color: Well Read. HEX triplet: 99, 3C and 40. RGB value is (153,60,64). Sum of RGB (Red+Green+Blue) = 153+60+64=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #993C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993C40 is #66C3BF. Grayscale: #585858. Windows color (decimal): -6734784 or 4209817. OLE color: 4209817.
HSL color Cylindrical-coordinate representation of color #993C40: hue angle of 357.42º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #993C40 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 60 | 64 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.4 |
| HSL | 357.42º | 0.44% | 0.42% | - |
| HSV(B) | 357.42º | 0.61% | 0.6% | - |
| XYZ | 15.68 | 10.37 | 6.03 | - |
| YUV | 88.26 | 114.31 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 64 | 0 | 0.61 | 0.58 | 0.4 | 357.42 | 0.44 | 0.42 |
| Hex | 99 | 3C | 40 | 0 | 3D | 3A | 28 | 165 | 2C | 2A |
| Octal | 231 | 74 | 100 | 0 | 75 | 72 | 50 | 545 | 54 | 52 |
| Binary | 10011001 | 111100 | 1000000 | 0 | 111101 | 111010 | 101000 | 101100101 | 101100 | 101010 |
Color Harmonies of #993C40
Complementary color
Monochromatic Colors of #993C40
Black with #993C40
Text Example
Text Example
White with #993C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993C40; }
p { color: rgb(153,60,64); }
H1.HeaderClassName
{
color: #993C40;
}
.AnyTagClassName
{
color: #993C40;
}
</style>
background-color css
<style>
a { background-color: #993C40; }
a { background-color: rgb(153,60,64); }
div.DivClassName
{
background-color: #993C40;
}
.BgClassName
{
background-color: #993C40;
}
</style>
border-color css
<style>
span { border-color: #993C40; }
span { border-color: rgb(153,60,64); }
td.TdClassName
{
border-color: #993C40;
}
.TagClassName
{
border-color: #993C40;
}
</style>