Shades of Well Read #98353B
Tints of Well Read #98353B
RGB
CMYK
RGB Variations
Color information
#98353B (or 0x98353B) is known color: Well Read. HEX triplet: 98, 35 and 3B. RGB value is (152,53,59). Sum of RGB (Red+Green+Blue) = 152+53+59=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #98353B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98353B is #67CAC4. Grayscale: #535353. Windows color (decimal): -6802117 or 3880344. OLE color: 3880344.
HSL color Cylindrical-coordinate representation of color #98353B: hue angle of 356.36º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #98353B is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 53 | 59 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.40 |
| HSL | 356.36º | 0.48% | 0.4% | - |
| HSV(B) | 356.36º | 0.65% | 0.6% | - |
| XYZ | 15.01 | 9.54 | 5.19 | - |
| YUV | 83.29 | 114.3 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 53 | 59 | 0 | 0.65 | 0.61 | 0.40 | 356.36 | 0.48 | 0.4 |
| Hex | 98 | 35 | 3B | 0 | 41 | 3D | 28 | 164 | 30 | 28 |
| Octal | 230 | 65 | 73 | 0 | 101 | 75 | 50 | 544 | 60 | 50 |
| Binary | 10011000 | 110101 | 111011 | 0 | 1000001 | 111101 | 101000 | 101100100 | 110000 | 101000 |
Color Harmonies of #98353B
Complementary color
Monochromatic Colors of #98353B
Black with #98353B
Text Example
Text Example
White with #98353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98353B; }
p { color: rgb(152,53,59); }
H1.HeaderClassName
{
color: #98353B;
}
.AnyTagClassName
{
color: #98353B;
}
</style>
background-color css
<style>
a { background-color: #98353B; }
a { background-color: rgb(152,53,59); }
div.DivClassName
{
background-color: #98353B;
}
.BgClassName
{
background-color: #98353B;
}
</style>
border-color css
<style>
span { border-color: #98353B; }
span { border-color: rgb(152,53,59); }
td.TdClassName
{
border-color: #98353B;
}
.TagClassName
{
border-color: #98353B;
}
</style>