Shades of Well Read #9F3E3F
Tints of Well Read #9F3E3F
RGB
CMYK
RGB Variations
Color information
#9F3E3F (or 0x9F3E3F) is known color: Well Read. HEX triplet: 9F, 3E and 3F. RGB value is (159,62,63). Sum of RGB (Red+Green+Blue) = 159+62+63=284 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.99% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3E3F is #60C1C0. Grayscale: #5B5B5B. Windows color (decimal): -6341057 or 4144799. OLE color: 4144799.
HSL color Cylindrical-coordinate representation of color #9F3E3F: hue angle of 359.38º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9F3E3F is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 62 | 63 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.38 |
| HSL | 359.38º | 0.44% | 0.43% | - |
| HSV(B) | 359.38º | 0.61% | 0.62% | - |
| XYZ | 16.92 | 11.18 | 5.97 | - |
| YUV | 91.12 | 112.14 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 62 | 63 | 0 | 0.61 | 0.60 | 0.38 | 359.38 | 0.44 | 0.43 |
| Hex | 9F | 3E | 3F | 0 | 3D | 3C | 26 | 167 | 2C | 2B |
| Octal | 237 | 76 | 77 | 0 | 75 | 74 | 46 | 547 | 54 | 53 |
| Binary | 10011111 | 111110 | 111111 | 0 | 111101 | 111100 | 100110 | 101100111 | 101100 | 101011 |
Color Harmonies of #9F3E3F
Complementary color
Monochromatic Colors of #9F3E3F
Black with #9F3E3F
Text Example
Text Example
White with #9F3E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3E3F; }
p { color: rgb(159,62,63); }
H1.HeaderClassName
{
color: #9F3E3F;
}
.AnyTagClassName
{
color: #9F3E3F;
}
</style>
background-color css
<style>
a { background-color: #9F3E3F; }
a { background-color: rgb(159,62,63); }
div.DivClassName
{
background-color: #9F3E3F;
}
.BgClassName
{
background-color: #9F3E3F;
}
</style>
border-color css
<style>
span { border-color: #9F3E3F; }
span { border-color: rgb(159,62,63); }
td.TdClassName
{
border-color: #9F3E3F;
}
.TagClassName
{
border-color: #9F3E3F;
}
</style>