Shades of Well Read #993443
Tints of Well Read #993443
RGB
CMYK
RGB Variations
Color information
#993443 (or 0x993443) is known color: Well Read. HEX triplet: 99, 34 and 43. RGB value is (153,52,67). Sum of RGB (Red+Green+Blue) = 153+52+67=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 67 (26.56% from 255 or 24.63% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #993443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993443 is #66CBBC. Grayscale: #535353. Windows color (decimal): -6736829 or 4404377. OLE color: 4404377.
HSL color Cylindrical-coordinate representation of color #993443: hue angle of 351.09º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993443 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 52 | 67 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.4 |
| HSL | 351.09º | 0.49% | 0.4% | - |
| HSV(B) | 351.09º | 0.66% | 0.6% | - |
| XYZ | 15.38 | 9.63 | 6.36 | - |
| YUV | 83.91 | 118.46 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 67 | 0 | 0.66 | 0.56 | 0.4 | 351.09 | 0.49 | 0.4 |
| Hex | 99 | 34 | 43 | 0 | 42 | 38 | 28 | 15F | 31 | 28 |
| Octal | 231 | 64 | 103 | 0 | 102 | 70 | 50 | 537 | 61 | 50 |
| Binary | 10011001 | 110100 | 1000011 | 0 | 1000010 | 111000 | 101000 | 101011111 | 110001 | 101000 |
Color Harmonies of #993443
Complementary color
Monochromatic Colors of #993443
Black with #993443
Text Example
Text Example
White with #993443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993443; }
p { color: rgb(153,52,67); }
H1.HeaderClassName
{
color: #993443;
}
.AnyTagClassName
{
color: #993443;
}
</style>
background-color css
<style>
a { background-color: #993443; }
a { background-color: rgb(153,52,67); }
div.DivClassName
{
background-color: #993443;
}
.BgClassName
{
background-color: #993443;
}
</style>
border-color css
<style>
span { border-color: #993443; }
span { border-color: rgb(153,52,67); }
td.TdClassName
{
border-color: #993443;
}
.TagClassName
{
border-color: #993443;
}
</style>