Shades of Well Read #983143
Tints of Well Read #983143
RGB
CMYK
RGB Variations
Color information
#983143 (or 0x983143) is known color: Well Read. HEX triplet: 98, 31 and 43. RGB value is (152,49,67). Sum of RGB (Red+Green+Blue) = 152+49+67=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #983143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983143 is #67CEBC. Grayscale: #515151. Windows color (decimal): -6803133 or 4403608. OLE color: 4403608.
HSL color Cylindrical-coordinate representation of color #983143: hue angle of 349.51º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983143 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 49 | 67 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.40 |
| HSL | 349.51º | 0.51% | 0.39% | - |
| HSV(B) | 349.51º | 0.68% | 0.6% | - |
| XYZ | 15.06 | 9.28 | 6.31 | - |
| YUV | 81.85 | 119.62 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 49 | 67 | 0 | 0.68 | 0.56 | 0.40 | 349.51 | 0.51 | 0.39 |
| Hex | 98 | 31 | 43 | 0 | 44 | 38 | 28 | 15E | 33 | 27 |
| Octal | 230 | 61 | 103 | 0 | 104 | 70 | 50 | 536 | 63 | 47 |
| Binary | 10011000 | 110001 | 1000011 | 0 | 1000100 | 111000 | 101000 | 101011110 | 110011 | 100111 |
Color Harmonies of #983143
Complementary color
Monochromatic Colors of #983143
Black with #983143
Text Example
Text Example
White with #983143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983143; }
p { color: rgb(152,49,67); }
H1.HeaderClassName
{
color: #983143;
}
.AnyTagClassName
{
color: #983143;
}
</style>
background-color css
<style>
a { background-color: #983143; }
a { background-color: rgb(152,49,67); }
div.DivClassName
{
background-color: #983143;
}
.BgClassName
{
background-color: #983143;
}
</style>
border-color css
<style>
span { border-color: #983143; }
span { border-color: rgb(152,49,67); }
td.TdClassName
{
border-color: #983143;
}
.TagClassName
{
border-color: #983143;
}
</style>