Shades of Well Read #98383C
Tints of Well Read #98383C
RGB
CMYK
RGB Variations
Color information
#98383C (or 0x98383C) is known color: Well Read. HEX triplet: 98, 38 and 3C. RGB value is (152,56,60). Sum of RGB (Red+Green+Blue) = 152+56+60=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #98383C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98383C is #67C7C3. Grayscale: #555555. Windows color (decimal): -6801348 or 3946648. OLE color: 3946648.
HSL color Cylindrical-coordinate representation of color #98383C: hue angle of 357.5º 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 #98383C is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 56 | 60 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.40 |
| HSL | 357.5º | 0.46% | 0.41% | - |
| HSV(B) | 357.5º | 0.63% | 0.6% | - |
| XYZ | 15.18 | 9.83 | 5.37 | - |
| YUV | 85.16 | 113.8 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 56 | 60 | 0 | 0.63 | 0.61 | 0.40 | 357.5 | 0.46 | 0.41 |
| Hex | 98 | 38 | 3C | 0 | 3F | 3D | 28 | 166 | 2E | 29 |
| Octal | 230 | 70 | 74 | 0 | 77 | 75 | 50 | 546 | 56 | 51 |
| Binary | 10011000 | 111000 | 111100 | 0 | 111111 | 111101 | 101000 | 101100110 | 101110 | 101001 |
Color Harmonies of #98383C
Complementary color
Monochromatic Colors of #98383C
Black with #98383C
Text Example
Text Example
White with #98383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98383C; }
p { color: rgb(152,56,60); }
H1.HeaderClassName
{
color: #98383C;
}
.AnyTagClassName
{
color: #98383C;
}
</style>
background-color css
<style>
a { background-color: #98383C; }
a { background-color: rgb(152,56,60); }
div.DivClassName
{
background-color: #98383C;
}
.BgClassName
{
background-color: #98383C;
}
</style>
border-color css
<style>
span { border-color: #98383C; }
span { border-color: rgb(152,56,60); }
td.TdClassName
{
border-color: #98383C;
}
.TagClassName
{
border-color: #98383C;
}
</style>