Shades of Well Read #98323E
Tints of Well Read #98323E
RGB
CMYK
RGB Variations
Color information
#98323E (or 0x98323E) is known color: Well Read. HEX triplet: 98, 32 and 3E. RGB value is (152,50,62). Sum of RGB (Red+Green+Blue) = 152+50+62=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #98323E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98323E is #67CDC1. Grayscale: #515151. Windows color (decimal): -6802882 or 4076184. OLE color: 4076184.
HSL color Cylindrical-coordinate representation of color #98323E: hue angle of 352.94º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98323E is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 62 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.40 |
| HSL | 352.94º | 0.5% | 0.4% | - |
| HSV(B) | 352.94º | 0.67% | 0.6% | - |
| XYZ | 14.96 | 9.3 | 5.56 | - |
| YUV | 81.87 | 116.79 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 62 | 0 | 0.67 | 0.59 | 0.40 | 352.94 | 0.5 | 0.4 |
| Hex | 98 | 32 | 3E | 0 | 43 | 3B | 28 | 161 | 32 | 28 |
| Octal | 230 | 62 | 76 | 0 | 103 | 73 | 50 | 541 | 62 | 50 |
| Binary | 10011000 | 110010 | 111110 | 0 | 1000011 | 111011 | 101000 | 101100001 | 110010 | 101000 |
Color Harmonies of #98323E
Complementary color
Monochromatic Colors of #98323E
Black with #98323E
Text Example
Text Example
White with #98323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98323E; }
p { color: rgb(152,50,62); }
H1.HeaderClassName
{
color: #98323E;
}
.AnyTagClassName
{
color: #98323E;
}
</style>
background-color css
<style>
a { background-color: #98323E; }
a { background-color: rgb(152,50,62); }
div.DivClassName
{
background-color: #98323E;
}
.BgClassName
{
background-color: #98323E;
}
</style>
border-color css
<style>
span { border-color: #98323E; }
span { border-color: rgb(152,50,62); }
td.TdClassName
{
border-color: #98323E;
}
.TagClassName
{
border-color: #98323E;
}
</style>