Shades of Well Read #98383D
Tints of Well Read #98383D
RGB
CMYK
RGB Variations
Color information
#98383D (or 0x98383D) is known color: Well Read. HEX triplet: 98, 38 and 3D. RGB value is (152,56,61). Sum of RGB (Red+Green+Blue) = 152+56+61=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #98383D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98383D is #67C7C2. Grayscale: #555555. Windows color (decimal): -6801347 or 4012184. OLE color: 4012184.
HSL color Cylindrical-coordinate representation of color #98383D: hue angle of 356.88º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #98383D is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 56 | 61 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.40 |
| HSL | 356.88º | 0.46% | 0.41% | - |
| HSV(B) | 356.88º | 0.63% | 0.6% | - |
| XYZ | 15.21 | 9.84 | 5.51 | - |
| YUV | 85.27 | 114.3 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 56 | 61 | 0 | 0.63 | 0.60 | 0.40 | 356.88 | 0.46 | 0.41 |
| Hex | 98 | 38 | 3D | 0 | 3F | 3C | 28 | 165 | 2E | 29 |
| Octal | 230 | 70 | 75 | 0 | 77 | 74 | 50 | 545 | 56 | 51 |
| Binary | 10011000 | 111000 | 111101 | 0 | 111111 | 111100 | 101000 | 101100101 | 101110 | 101001 |
Color Harmonies of #98383D
Complementary color
Monochromatic Colors of #98383D
Black with #98383D
Text Example
Text Example
White with #98383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98383D; }
p { color: rgb(152,56,61); }
H1.HeaderClassName
{
color: #98383D;
}
.AnyTagClassName
{
color: #98383D;
}
</style>
background-color css
<style>
a { background-color: #98383D; }
a { background-color: rgb(152,56,61); }
div.DivClassName
{
background-color: #98383D;
}
.BgClassName
{
background-color: #98383D;
}
</style>
border-color css
<style>
span { border-color: #98383D; }
span { border-color: rgb(152,56,61); }
td.TdClassName
{
border-color: #98383D;
}
.TagClassName
{
border-color: #98383D;
}
</style>