Shades of Well Read #982F43
Tints of Well Read #982F43
RGB
CMYK
RGB Variations
Color information
#982F43 (or 0x982F43) is known color: Well Read. HEX triplet: 98, 2F and 43. RGB value is (152,47,67). Sum of RGB (Red+Green+Blue) = 152+47+67=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #982F43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982F43 is #67D0BC. Grayscale: #505050. Windows color (decimal): -6803645 or 4403096. OLE color: 4403096.
HSL color Cylindrical-coordinate representation of color #982F43: hue angle of 348.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #982F43 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 47 | 67 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.40 |
| HSL | 348.57º | 0.53% | 0.39% | - |
| HSV(B) | 348.57º | 0.69% | 0.6% | - |
| XYZ | 14.98 | 9.11 | 6.28 | - |
| YUV | 80.68 | 120.29 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 47 | 67 | 0 | 0.69 | 0.56 | 0.40 | 348.57 | 0.53 | 0.39 |
| Hex | 98 | 2F | 43 | 0 | 45 | 38 | 28 | 15D | 35 | 27 |
| Octal | 230 | 57 | 103 | 0 | 105 | 70 | 50 | 535 | 65 | 47 |
| Binary | 10011000 | 101111 | 1000011 | 0 | 1000101 | 111000 | 101000 | 101011101 | 110101 | 100111 |
Color Harmonies of #982F43
Complementary color
Monochromatic Colors of #982F43
Black with #982F43
Text Example
Text Example
White with #982F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982F43; }
p { color: rgb(152,47,67); }
H1.HeaderClassName
{
color: #982F43;
}
.AnyTagClassName
{
color: #982F43;
}
</style>
background-color css
<style>
a { background-color: #982F43; }
a { background-color: rgb(152,47,67); }
div.DivClassName
{
background-color: #982F43;
}
.BgClassName
{
background-color: #982F43;
}
</style>
border-color css
<style>
span { border-color: #982F43; }
span { border-color: rgb(152,47,67); }
td.TdClassName
{
border-color: #982F43;
}
.TagClassName
{
border-color: #982F43;
}
</style>