Shades of Well Read #98333D
Tints of Well Read #98333D
RGB
CMYK
RGB Variations
Color information
#98333D (or 0x98333D) is known color: Well Read. HEX triplet: 98, 33 and 3D. RGB value is (152,51,61). Sum of RGB (Red+Green+Blue) = 152+51+61=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #98333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98333D is #67CCC2. Grayscale: #525252. Windows color (decimal): -6802627 or 4010904. OLE color: 4010904.
HSL color Cylindrical-coordinate representation of color #98333D: hue angle of 354.06º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98333D is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 51 | 61 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.40 |
| HSL | 354.06º | 0.5% | 0.4% | - |
| HSV(B) | 354.06º | 0.66% | 0.6% | - |
| XYZ | 14.98 | 9.38 | 5.44 | - |
| YUV | 82.34 | 115.96 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 51 | 61 | 0 | 0.66 | 0.60 | 0.40 | 354.06 | 0.5 | 0.4 |
| Hex | 98 | 33 | 3D | 0 | 42 | 3C | 28 | 162 | 32 | 28 |
| Octal | 230 | 63 | 75 | 0 | 102 | 74 | 50 | 542 | 62 | 50 |
| Binary | 10011000 | 110011 | 111101 | 0 | 1000010 | 111100 | 101000 | 101100010 | 110010 | 101000 |
Color Harmonies of #98333D
Complementary color
Monochromatic Colors of #98333D
Black with #98333D
Text Example
Text Example
White with #98333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98333D; }
p { color: rgb(152,51,61); }
H1.HeaderClassName
{
color: #98333D;
}
.AnyTagClassName
{
color: #98333D;
}
</style>
background-color css
<style>
a { background-color: #98333D; }
a { background-color: rgb(152,51,61); }
div.DivClassName
{
background-color: #98333D;
}
.BgClassName
{
background-color: #98333D;
}
</style>
border-color css
<style>
span { border-color: #98333D; }
span { border-color: rgb(152,51,61); }
td.TdClassName
{
border-color: #98333D;
}
.TagClassName
{
border-color: #98333D;
}
</style>