Shades of Well Read #993142
Tints of Well Read #993142
RGB
CMYK
RGB Variations
Color information
#993142 (or 0x993142) is known color: Well Read. HEX triplet: 99, 31 and 42. RGB value is (153,49,66). Sum of RGB (Red+Green+Blue) = 153+49+66=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #993142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993142 is #66CEBD. Grayscale: #525252. Windows color (decimal): -6737598 or 4338073. OLE color: 4338073.
HSL color Cylindrical-coordinate representation of color #993142: hue angle of 350.19º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993142 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 49 | 66 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.4 |
| HSL | 350.19º | 0.51% | 0.4% | - |
| HSV(B) | 350.19º | 0.68% | 0.6% | - |
| XYZ | 15.22 | 9.36 | 6.16 | - |
| YUV | 82.03 | 118.96 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 49 | 66 | 0 | 0.68 | 0.57 | 0.4 | 350.19 | 0.51 | 0.4 |
| Hex | 99 | 31 | 42 | 0 | 44 | 39 | 28 | 15E | 33 | 28 |
| Octal | 231 | 61 | 102 | 0 | 104 | 71 | 50 | 536 | 63 | 50 |
| Binary | 10011001 | 110001 | 1000010 | 0 | 1000100 | 111001 | 101000 | 101011110 | 110011 | 101000 |
Color Harmonies of #993142
Complementary color
Monochromatic Colors of #993142
Black with #993142
Text Example
Text Example
White with #993142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993142; }
p { color: rgb(153,49,66); }
H1.HeaderClassName
{
color: #993142;
}
.AnyTagClassName
{
color: #993142;
}
</style>
background-color css
<style>
a { background-color: #993142; }
a { background-color: rgb(153,49,66); }
div.DivClassName
{
background-color: #993142;
}
.BgClassName
{
background-color: #993142;
}
</style>
border-color css
<style>
span { border-color: #993142; }
span { border-color: rgb(153,49,66); }
td.TdClassName
{
border-color: #993142;
}
.TagClassName
{
border-color: #993142;
}
</style>