Shades of Well Read #98393C
Tints of Well Read #98393C
RGB
CMYK
RGB Variations
Color information
#98393C (or 0x98393C) is known color: Well Read. HEX triplet: 98, 39 and 3C. RGB value is (152,57,60). Sum of RGB (Red+Green+Blue) = 152+57+60=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #98393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98393C is #67C6C3. Grayscale: #555555. Windows color (decimal): -6801092 or 3946904. OLE color: 3946904.
HSL color Cylindrical-coordinate representation of color #98393C: hue angle of 358.11º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98393C is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 57 | 60 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.40 |
| HSL | 358.11º | 0.45% | 0.41% | - |
| HSV(B) | 358.11º | 0.63% | 0.6% | - |
| XYZ | 15.23 | 9.93 | 5.39 | - |
| YUV | 85.75 | 113.47 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 57 | 60 | 0 | 0.62 | 0.61 | 0.40 | 358.11 | 0.45 | 0.41 |
| Hex | 98 | 39 | 3C | 0 | 3E | 3D | 28 | 166 | 2D | 29 |
| Octal | 230 | 71 | 74 | 0 | 76 | 75 | 50 | 546 | 55 | 51 |
| Binary | 10011000 | 111001 | 111100 | 0 | 111110 | 111101 | 101000 | 101100110 | 101101 | 101001 |
Color Harmonies of #98393C
Complementary color
Monochromatic Colors of #98393C
Black with #98393C
Text Example
Text Example
White with #98393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98393C; }
p { color: rgb(152,57,60); }
H1.HeaderClassName
{
color: #98393C;
}
.AnyTagClassName
{
color: #98393C;
}
</style>
background-color css
<style>
a { background-color: #98393C; }
a { background-color: rgb(152,57,60); }
div.DivClassName
{
background-color: #98393C;
}
.BgClassName
{
background-color: #98393C;
}
</style>
border-color css
<style>
span { border-color: #98393C; }
span { border-color: rgb(152,57,60); }
td.TdClassName
{
border-color: #98393C;
}
.TagClassName
{
border-color: #98393C;
}
</style>