Shades of Well Read #98323D
Tints of Well Read #98323D
RGB
CMYK
RGB Variations
Color information
#98323D (or 0x98323D) is known color: Well Read. HEX triplet: 98, 32 and 3D. RGB value is (152,50,61). Sum of RGB (Red+Green+Blue) = 152+50+61=263 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.79% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 152 - color contains mainly: red. Hex color #98323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98323D is #67CDC2. Grayscale: #515151. Windows color (decimal): -6802883 or 4010648. OLE color: 4010648.
HSL color Cylindrical-coordinate representation of color #98323D: hue angle of 353.53º 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 #98323D is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 61 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.40 |
| HSL | 353.53º | 0.5% | 0.4% | - |
| HSV(B) | 353.53º | 0.67% | 0.6% | - |
| XYZ | 14.93 | 9.29 | 5.42 | - |
| YUV | 81.75 | 116.29 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 61 | 0 | 0.67 | 0.60 | 0.40 | 353.53 | 0.5 | 0.4 |
| Hex | 98 | 32 | 3D | 0 | 43 | 3C | 28 | 162 | 32 | 28 |
| Octal | 230 | 62 | 75 | 0 | 103 | 74 | 50 | 542 | 62 | 50 |
| Binary | 10011000 | 110010 | 111101 | 0 | 1000011 | 111100 | 101000 | 101100010 | 110010 | 101000 |
Color Harmonies of #98323D
Complementary color
Monochromatic Colors of #98323D
Black with #98323D
Text Example
Text Example
White with #98323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98323D; }
p { color: rgb(152,50,61); }
H1.HeaderClassName
{
color: #98323D;
}
.AnyTagClassName
{
color: #98323D;
}
</style>
background-color css
<style>
a { background-color: #98323D; }
a { background-color: rgb(152,50,61); }
div.DivClassName
{
background-color: #98323D;
}
.BgClassName
{
background-color: #98323D;
}
</style>
border-color css
<style>
span { border-color: #98323D; }
span { border-color: rgb(152,50,61); }
td.TdClassName
{
border-color: #98323D;
}
.TagClassName
{
border-color: #98323D;
}
</style>