Shades of Well Read #983941
Tints of Well Read #983941
RGB
CMYK
RGB Variations
Color information
#983941 (or 0x983941) is known color: Well Read. HEX triplet: 98, 39 and 41. RGB value is (152,57,65). Sum of RGB (Red+Green+Blue) = 152+57+65=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #983941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983941 is #67C6BE. Grayscale: #565656. Windows color (decimal): -6801087 or 4274584. OLE color: 4274584.
HSL color Cylindrical-coordinate representation of color #983941: hue angle of 354.95º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #983941 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 57 | 65 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.40 |
| HSL | 354.95º | 0.45% | 0.41% | - |
| HSV(B) | 354.95º | 0.63% | 0.6% | - |
| XYZ | 15.37 | 9.98 | 6.12 | - |
| YUV | 86.32 | 115.97 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 57 | 65 | 0 | 0.62 | 0.57 | 0.40 | 354.95 | 0.45 | 0.41 |
| Hex | 98 | 39 | 41 | 0 | 3E | 39 | 28 | 163 | 2D | 29 |
| Octal | 230 | 71 | 101 | 0 | 76 | 71 | 50 | 543 | 55 | 51 |
| Binary | 10011000 | 111001 | 1000001 | 0 | 111110 | 111001 | 101000 | 101100011 | 101101 | 101001 |
Color Harmonies of #983941
Complementary color
Monochromatic Colors of #983941
Black with #983941
Text Example
Text Example
White with #983941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983941; }
p { color: rgb(152,57,65); }
H1.HeaderClassName
{
color: #983941;
}
.AnyTagClassName
{
color: #983941;
}
</style>
background-color css
<style>
a { background-color: #983941; }
a { background-color: rgb(152,57,65); }
div.DivClassName
{
background-color: #983941;
}
.BgClassName
{
background-color: #983941;
}
</style>
border-color css
<style>
span { border-color: #983941; }
span { border-color: rgb(152,57,65); }
td.TdClassName
{
border-color: #983941;
}
.TagClassName
{
border-color: #983941;
}
</style>