Shades of Well Read #983843
Tints of Well Read #983843
RGB
CMYK
RGB Variations
Color information
#983843 (or 0x983843) is known color: Well Read. HEX triplet: 98, 38 and 43. RGB value is (152,56,67). Sum of RGB (Red+Green+Blue) = 152+56+67=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #983843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983843 is #67C7BC. Grayscale: #565656. Windows color (decimal): -6801341 or 4405400. OLE color: 4405400.
HSL color Cylindrical-coordinate representation of color #983843: hue angle of 353.12º 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 #983843 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 56 | 67 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.40 |
| HSL | 353.13º | 0.46% | 0.41% | - |
| HSV(B) | 353.13º | 0.63% | 0.6% | - |
| XYZ | 15.38 | 9.91 | 6.41 | - |
| YUV | 85.96 | 117.3 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 56 | 67 | 0 | 0.63 | 0.56 | 0.40 | 353.13 | 0.46 | 0.41 |
| Hex | 98 | 38 | 43 | 0 | 3F | 38 | 28 | 161 | 2E | 29 |
| Octal | 230 | 70 | 103 | 0 | 77 | 70 | 50 | 541 | 56 | 51 |
| Binary | 10011000 | 111000 | 1000011 | 0 | 111111 | 111000 | 101000 | 101100001 | 101110 | 101001 |
Color Harmonies of #983843
Complementary color
Monochromatic Colors of #983843
Black with #983843
Text Example
Text Example
White with #983843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983843; }
p { color: rgb(152,56,67); }
H1.HeaderClassName
{
color: #983843;
}
.AnyTagClassName
{
color: #983843;
}
</style>
background-color css
<style>
a { background-color: #983843; }
a { background-color: rgb(152,56,67); }
div.DivClassName
{
background-color: #983843;
}
.BgClassName
{
background-color: #983843;
}
</style>
border-color css
<style>
span { border-color: #983843; }
span { border-color: rgb(152,56,67); }
td.TdClassName
{
border-color: #983843;
}
.TagClassName
{
border-color: #983843;
}
</style>