Shades of Well Read #98383F
Tints of Well Read #98383F
RGB
CMYK
RGB Variations
Color information
#98383F (or 0x98383F) is known color: Well Read. HEX triplet: 98, 38 and 3F. RGB value is (152,56,63). Sum of RGB (Red+Green+Blue) = 152+56+63=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #98383F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98383F is #67C7C0. Grayscale: #555555. Windows color (decimal): -6801345 or 4143256. OLE color: 4143256.
HSL color Cylindrical-coordinate representation of color #98383F: hue angle of 355.62º 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 #98383F is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 56 | 63 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.40 |
| HSL | 355.63º | 0.46% | 0.41% | - |
| HSV(B) | 355.63º | 0.63% | 0.6% | - |
| XYZ | 15.26 | 9.86 | 5.8 | - |
| YUV | 85.5 | 115.3 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 56 | 63 | 0 | 0.63 | 0.59 | 0.40 | 355.63 | 0.46 | 0.41 |
| Hex | 98 | 38 | 3F | 0 | 3F | 3B | 28 | 164 | 2E | 29 |
| Octal | 230 | 70 | 77 | 0 | 77 | 73 | 50 | 544 | 56 | 51 |
| Binary | 10011000 | 111000 | 111111 | 0 | 111111 | 111011 | 101000 | 101100100 | 101110 | 101001 |
Color Harmonies of #98383F
Complementary color
Monochromatic Colors of #98383F
Black with #98383F
Text Example
Text Example
White with #98383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98383F; }
p { color: rgb(152,56,63); }
H1.HeaderClassName
{
color: #98383F;
}
.AnyTagClassName
{
color: #98383F;
}
</style>
background-color css
<style>
a { background-color: #98383F; }
a { background-color: rgb(152,56,63); }
div.DivClassName
{
background-color: #98383F;
}
.BgClassName
{
background-color: #98383F;
}
</style>
border-color css
<style>
span { border-color: #98383F; }
span { border-color: rgb(152,56,63); }
td.TdClassName
{
border-color: #98383F;
}
.TagClassName
{
border-color: #98383F;
}
</style>