Shades of Well Read #983041
Tints of Well Read #983041
RGB
CMYK
RGB Variations
Color information
#983041 (or 0x983041) is known color: Well Read. HEX triplet: 98, 30 and 41. RGB value is (152,48,65). Sum of RGB (Red+Green+Blue) = 152+48+65=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #983041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983041 is #67CFBE. Grayscale: #515151. Windows color (decimal): -6803391 or 4272280. OLE color: 4272280.
HSL color Cylindrical-coordinate representation of color #983041: hue angle of 350.19º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983041 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 48 | 65 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.40 |
| HSL | 350.19º | 0.52% | 0.39% | - |
| HSV(B) | 350.19º | 0.68% | 0.6% | - |
| XYZ | 14.96 | 9.17 | 5.98 | - |
| YUV | 81.03 | 118.96 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 65 | 0 | 0.68 | 0.57 | 0.40 | 350.19 | 0.52 | 0.39 |
| Hex | 98 | 30 | 41 | 0 | 44 | 39 | 28 | 15E | 34 | 27 |
| Octal | 230 | 60 | 101 | 0 | 104 | 71 | 50 | 536 | 64 | 47 |
| Binary | 10011000 | 110000 | 1000001 | 0 | 1000100 | 111001 | 101000 | 101011110 | 110100 | 100111 |
Color Harmonies of #983041
Complementary color
Monochromatic Colors of #983041
Black with #983041
Text Example
Text Example
White with #983041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983041; }
p { color: rgb(152,48,65); }
H1.HeaderClassName
{
color: #983041;
}
.AnyTagClassName
{
color: #983041;
}
</style>
background-color css
<style>
a { background-color: #983041; }
a { background-color: rgb(152,48,65); }
div.DivClassName
{
background-color: #983041;
}
.BgClassName
{
background-color: #983041;
}
</style>
border-color css
<style>
span { border-color: #983041; }
span { border-color: rgb(152,48,65); }
td.TdClassName
{
border-color: #983041;
}
.TagClassName
{
border-color: #983041;
}
</style>