Shades of Well Read #9F3640
Tints of Well Read #9F3640
RGB
CMYK
RGB Variations
Color information
#9F3640 (or 0x9F3640) is known color: Well Read. HEX triplet: 9F, 36 and 40. RGB value is (159,54,64). Sum of RGB (Red+Green+Blue) = 159+54+64=277 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.40% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3640 is #60C9BF. Grayscale: #565656. Windows color (decimal): -6343104 or 4208287. OLE color: 4208287.
HSL color Cylindrical-coordinate representation of color #9F3640: hue angle of 354.29º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F3640 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 64 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.38 |
| HSL | 354.29º | 0.49% | 0.42% | - |
| HSV(B) | 354.29º | 0.66% | 0.62% | - |
| XYZ | 16.54 | 10.38 | 5.98 | - |
| YUV | 86.54 | 115.29 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 64 | 0 | 0.66 | 0.60 | 0.38 | 354.29 | 0.49 | 0.42 |
| Hex | 9F | 36 | 40 | 0 | 42 | 3C | 26 | 162 | 31 | 2A |
| Octal | 237 | 66 | 100 | 0 | 102 | 74 | 46 | 542 | 61 | 52 |
| Binary | 10011111 | 110110 | 1000000 | 0 | 1000010 | 111100 | 100110 | 101100010 | 110001 | 101010 |
Color Harmonies of #9F3640
Complementary color
Monochromatic Colors of #9F3640
Black with #9F3640
Text Example
Text Example
White with #9F3640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3640; }
p { color: rgb(159,54,64); }
H1.HeaderClassName
{
color: #9F3640;
}
.AnyTagClassName
{
color: #9F3640;
}
</style>
background-color css
<style>
a { background-color: #9F3640; }
a { background-color: rgb(159,54,64); }
div.DivClassName
{
background-color: #9F3640;
}
.BgClassName
{
background-color: #9F3640;
}
</style>
border-color css
<style>
span { border-color: #9F3640; }
span { border-color: rgb(159,54,64); }
td.TdClassName
{
border-color: #9F3640;
}
.TagClassName
{
border-color: #9F3640;
}
</style>