Shades of Well Read #98313E
Tints of Well Read #98313E
RGB
CMYK
RGB Variations
Color information
#98313E (or 0x98313E) is known color: Well Read. HEX triplet: 98, 31 and 3E. RGB value is (152,49,62). Sum of RGB (Red+Green+Blue) = 152+49+62=263 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.79% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 152 - color contains mainly: red. Hex color #98313E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98313E is #67CEC1. Grayscale: #515151. Windows color (decimal): -6803138 or 4075928. OLE color: 4075928.
HSL color Cylindrical-coordinate representation of color #98313E: hue angle of 352.43º degrees, saturation: 0.51, 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 #98313E is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 49 | 62 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.40 |
| HSL | 352.43º | 0.51% | 0.39% | - |
| HSV(B) | 352.43º | 0.68% | 0.6% | - |
| XYZ | 14.92 | 9.22 | 5.55 | - |
| YUV | 81.28 | 117.12 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 49 | 62 | 0 | 0.68 | 0.59 | 0.40 | 352.43 | 0.51 | 0.39 |
| Hex | 98 | 31 | 3E | 0 | 44 | 3B | 28 | 160 | 33 | 27 |
| Octal | 230 | 61 | 76 | 0 | 104 | 73 | 50 | 540 | 63 | 47 |
| Binary | 10011000 | 110001 | 111110 | 0 | 1000100 | 111011 | 101000 | 101100000 | 110011 | 100111 |
Color Harmonies of #98313E
Complementary color
Monochromatic Colors of #98313E
Black with #98313E
Text Example
Text Example
White with #98313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98313E; }
p { color: rgb(152,49,62); }
H1.HeaderClassName
{
color: #98313E;
}
.AnyTagClassName
{
color: #98313E;
}
</style>
background-color css
<style>
a { background-color: #98313E; }
a { background-color: rgb(152,49,62); }
div.DivClassName
{
background-color: #98313E;
}
.BgClassName
{
background-color: #98313E;
}
</style>
border-color css
<style>
span { border-color: #98313E; }
span { border-color: rgb(152,49,62); }
td.TdClassName
{
border-color: #98313E;
}
.TagClassName
{
border-color: #98313E;
}
</style>