Shades of Well Read #993941
Tints of Well Read #993941
RGB
CMYK
RGB Variations
Color information
#993941 (or 0x993941) is known color: Well Read. HEX triplet: 99, 39 and 41. RGB value is (153,57,65). Sum of RGB (Red+Green+Blue) = 153+57+65=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #993941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993941 is #66C6BE. Grayscale: #565656. Windows color (decimal): -6735551 or 4274585. OLE color: 4274585.
HSL color Cylindrical-coordinate representation of color #993941: hue angle of 355º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #993941 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 57 | 65 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.4 |
| HSL | 355º | 0.46% | 0.41% | - |
| HSV(B) | 355º | 0.63% | 0.6% | - |
| XYZ | 15.55 | 10.08 | 6.13 | - |
| YUV | 86.62 | 115.8 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 65 | 0 | 0.63 | 0.58 | 0.4 | 355 | 0.46 | 0.41 |
| Hex | 99 | 39 | 41 | 0 | 3F | 3A | 28 | 163 | 2E | 29 |
| Octal | 231 | 71 | 101 | 0 | 77 | 72 | 50 | 543 | 56 | 51 |
| Binary | 10011001 | 111001 | 1000001 | 0 | 111111 | 111010 | 101000 | 101100011 | 101110 | 101001 |
Color Harmonies of #993941
Complementary color
Monochromatic Colors of #993941
Black with #993941
Text Example
Text Example
White with #993941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993941; }
p { color: rgb(153,57,65); }
H1.HeaderClassName
{
color: #993941;
}
.AnyTagClassName
{
color: #993941;
}
</style>
background-color css
<style>
a { background-color: #993941; }
a { background-color: rgb(153,57,65); }
div.DivClassName
{
background-color: #993941;
}
.BgClassName
{
background-color: #993941;
}
</style>
border-color css
<style>
span { border-color: #993941; }
span { border-color: rgb(153,57,65); }
td.TdClassName
{
border-color: #993941;
}
.TagClassName
{
border-color: #993941;
}
</style>