Shades of Well Read #9F393F
Tints of Well Read #9F393F
RGB
CMYK
RGB Variations
Color information
#9F393F (or 0x9F393F) is known color: Well Read. HEX triplet: 9F, 39 and 3F. RGB value is (159,57,63). Sum of RGB (Red+Green+Blue) = 159+57+63=279 (36% of max value = 765). Red value is 159 (62.5% from 255 or 56.99% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 159 - color contains mainly: red. Hex color #9F393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F393F is #60C6C0. Grayscale: #585858. Windows color (decimal): -6342337 or 4143519. OLE color: 4143519.
HSL color Cylindrical-coordinate representation of color #9F393F: hue angle of 356.47º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F393F is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 57 | 63 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.38 |
| HSL | 356.47º | 0.47% | 0.42% | - |
| HSV(B) | 356.47º | 0.64% | 0.62% | - |
| XYZ | 16.66 | 10.66 | 5.88 | - |
| YUV | 88.18 | 113.79 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 57 | 63 | 0 | 0.64 | 0.60 | 0.38 | 356.47 | 0.47 | 0.42 |
| Hex | 9F | 39 | 3F | 0 | 40 | 3C | 26 | 164 | 2F | 2A |
| Octal | 237 | 71 | 77 | 0 | 100 | 74 | 46 | 544 | 57 | 52 |
| Binary | 10011111 | 111001 | 111111 | 0 | 1000000 | 111100 | 100110 | 101100100 | 101111 | 101010 |
Color Harmonies of #9F393F
Complementary color
Monochromatic Colors of #9F393F
Black with #9F393F
Text Example
Text Example
White with #9F393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F393F; }
p { color: rgb(159,57,63); }
H1.HeaderClassName
{
color: #9F393F;
}
.AnyTagClassName
{
color: #9F393F;
}
</style>
background-color css
<style>
a { background-color: #9F393F; }
a { background-color: rgb(159,57,63); }
div.DivClassName
{
background-color: #9F393F;
}
.BgClassName
{
background-color: #9F393F;
}
</style>
border-color css
<style>
span { border-color: #9F393F; }
span { border-color: rgb(159,57,63); }
td.TdClassName
{
border-color: #9F393F;
}
.TagClassName
{
border-color: #9F393F;
}
</style>