Shades of Well Read #993D42
Tints of Well Read #993D42
RGB
CMYK
RGB Variations
Color information
#993D42 (or 0x993D42) is known color: Well Read. HEX triplet: 99, 3D and 42. RGB value is (153,61,66). Sum of RGB (Red+Green+Blue) = 153+61+66=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #993D42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993D42 is #66C2BD. Grayscale: #595959. Windows color (decimal): -6734526 or 4341145. OLE color: 4341145.
HSL color Cylindrical-coordinate representation of color #993D42: hue angle of 356.74º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #993D42 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 66 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.4 |
| HSL | 356.74º | 0.43% | 0.42% | - |
| HSV(B) | 356.74º | 0.6% | 0.6% | - |
| XYZ | 15.79 | 10.5 | 6.35 | - |
| YUV | 89.08 | 114.98 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 66 | 0 | 0.60 | 0.57 | 0.4 | 356.74 | 0.43 | 0.42 |
| Hex | 99 | 3D | 42 | 0 | 3C | 39 | 28 | 165 | 2B | 2A |
| Octal | 231 | 75 | 102 | 0 | 74 | 71 | 50 | 545 | 53 | 52 |
| Binary | 10011001 | 111101 | 1000010 | 0 | 111100 | 111001 | 101000 | 101100101 | 101011 | 101010 |
Color Harmonies of #993D42
Complementary color
Monochromatic Colors of #993D42
Black with #993D42
Text Example
Text Example
White with #993D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D42; }
p { color: rgb(153,61,66); }
H1.HeaderClassName
{
color: #993D42;
}
.AnyTagClassName
{
color: #993D42;
}
</style>
background-color css
<style>
a { background-color: #993D42; }
a { background-color: rgb(153,61,66); }
div.DivClassName
{
background-color: #993D42;
}
.BgClassName
{
background-color: #993D42;
}
</style>
border-color css
<style>
span { border-color: #993D42; }
span { border-color: rgb(153,61,66); }
td.TdClassName
{
border-color: #993D42;
}
.TagClassName
{
border-color: #993D42;
}
</style>