Shades of Well Read #983C3D
Tints of Well Read #983C3D
RGB
CMYK
RGB Variations
Color information
#983C3D (or 0x983C3D) is known color: Well Read. HEX triplet: 98, 3C and 3D. RGB value is (152,60,61). Sum of RGB (Red+Green+Blue) = 152+60+61=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #983C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983C3D is #67C3C2. Grayscale: #575757. Windows color (decimal): -6800323 or 4013208. OLE color: 4013208.
HSL color Cylindrical-coordinate representation of color #983C3D: hue angle of 359.35º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #983C3D is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 60 | 61 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.40 |
| HSL | 359.35º | 0.43% | 0.42% | - |
| HSV(B) | 359.35º | 0.61% | 0.6% | - |
| XYZ | 15.41 | 10.24 | 5.58 | - |
| YUV | 87.62 | 112.98 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 61 | 0 | 0.61 | 0.60 | 0.40 | 359.35 | 0.43 | 0.42 |
| Hex | 98 | 3C | 3D | 0 | 3D | 3C | 28 | 167 | 2B | 2A |
| Octal | 230 | 74 | 75 | 0 | 75 | 74 | 50 | 547 | 53 | 52 |
| Binary | 10011000 | 111100 | 111101 | 0 | 111101 | 111100 | 101000 | 101100111 | 101011 | 101010 |
Color Harmonies of #983C3D
Complementary color
Monochromatic Colors of #983C3D
Black with #983C3D
Text Example
Text Example
White with #983C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983C3D; }
p { color: rgb(152,60,61); }
H1.HeaderClassName
{
color: #983C3D;
}
.AnyTagClassName
{
color: #983C3D;
}
</style>
background-color css
<style>
a { background-color: #983C3D; }
a { background-color: rgb(152,60,61); }
div.DivClassName
{
background-color: #983C3D;
}
.BgClassName
{
background-color: #983C3D;
}
</style>
border-color css
<style>
span { border-color: #983C3D; }
span { border-color: rgb(152,60,61); }
td.TdClassName
{
border-color: #983C3D;
}
.TagClassName
{
border-color: #983C3D;
}
</style>