Shades of Well Read #993D41
Tints of Well Read #993D41
RGB
CMYK
RGB Variations
Color information
#993D41 (or 0x993D41) is known color: Well Read. HEX triplet: 99, 3D and 41. RGB value is (153,61,65). Sum of RGB (Red+Green+Blue) = 153+61+65=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #993D41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993D41 is #66C2BE. Grayscale: #595959. Windows color (decimal): -6734527 or 4275609. OLE color: 4275609.
HSL color Cylindrical-coordinate representation of color #993D41: hue angle of 357.39º 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 #993D41 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 65 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.4 |
| HSL | 357.39º | 0.43% | 0.42% | - |
| HSV(B) | 357.39º | 0.6% | 0.6% | - |
| XYZ | 15.76 | 10.49 | 6.2 | - |
| YUV | 88.96 | 114.48 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 65 | 0 | 0.60 | 0.58 | 0.4 | 357.39 | 0.43 | 0.42 |
| Hex | 99 | 3D | 41 | 0 | 3C | 3A | 28 | 165 | 2B | 2A |
| Octal | 231 | 75 | 101 | 0 | 74 | 72 | 50 | 545 | 53 | 52 |
| Binary | 10011001 | 111101 | 1000001 | 0 | 111100 | 111010 | 101000 | 101100101 | 101011 | 101010 |
Color Harmonies of #993D41
Complementary color
Monochromatic Colors of #993D41
Black with #993D41
Text Example
Text Example
White with #993D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D41; }
p { color: rgb(153,61,65); }
H1.HeaderClassName
{
color: #993D41;
}
.AnyTagClassName
{
color: #993D41;
}
</style>
background-color css
<style>
a { background-color: #993D41; }
a { background-color: rgb(153,61,65); }
div.DivClassName
{
background-color: #993D41;
}
.BgClassName
{
background-color: #993D41;
}
</style>
border-color css
<style>
span { border-color: #993D41; }
span { border-color: rgb(153,61,65); }
td.TdClassName
{
border-color: #993D41;
}
.TagClassName
{
border-color: #993D41;
}
</style>