Shades of Well Read #98323C
Tints of Well Read #98323C
RGB
CMYK
RGB Variations
Color information
#98323C (or 0x98323C) is known color: Well Read. HEX triplet: 98, 32 and 3C. RGB value is (152,50,60). Sum of RGB (Red+Green+Blue) = 152+50+60=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #98323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98323C is #67CDC3. Grayscale: #515151. Windows color (decimal): -6802884 or 3945112. OLE color: 3945112.
HSL color Cylindrical-coordinate representation of color #98323C: hue angle of 354.12º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98323C is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 60 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.40 |
| HSL | 354.12º | 0.5% | 0.4% | - |
| HSV(B) | 354.12º | 0.67% | 0.6% | - |
| XYZ | 14.91 | 9.28 | 5.28 | - |
| YUV | 81.64 | 115.79 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 60 | 0 | 0.67 | 0.61 | 0.40 | 354.12 | 0.5 | 0.4 |
| Hex | 98 | 32 | 3C | 0 | 43 | 3D | 28 | 162 | 32 | 28 |
| Octal | 230 | 62 | 74 | 0 | 103 | 75 | 50 | 542 | 62 | 50 |
| Binary | 10011000 | 110010 | 111100 | 0 | 1000011 | 111101 | 101000 | 101100010 | 110010 | 101000 |
Color Harmonies of #98323C
Complementary color
Monochromatic Colors of #98323C
Black with #98323C
Text Example
Text Example
White with #98323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98323C; }
p { color: rgb(152,50,60); }
H1.HeaderClassName
{
color: #98323C;
}
.AnyTagClassName
{
color: #98323C;
}
</style>
background-color css
<style>
a { background-color: #98323C; }
a { background-color: rgb(152,50,60); }
div.DivClassName
{
background-color: #98323C;
}
.BgClassName
{
background-color: #98323C;
}
</style>
border-color css
<style>
span { border-color: #98323C; }
span { border-color: rgb(152,50,60); }
td.TdClassName
{
border-color: #98323C;
}
.TagClassName
{
border-color: #98323C;
}
</style>