Shades of Well Read #9F3B3E
Tints of Well Read #9F3B3E
RGB
CMYK
RGB Variations
Color information
#9F3B3E (or 0x9F3B3E) is known color: Well Read. HEX triplet: 9F, 3B and 3E. RGB value is (159,59,62). Sum of RGB (Red+Green+Blue) = 159+59+62=280 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.79% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3B3E is #60C4C1. Grayscale: #595959. Windows color (decimal): -6341826 or 4078495. OLE color: 4078495.
HSL color Cylindrical-coordinate representation of color #9F3B3E: hue angle of 358.2º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9F3B3E is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 59 | 62 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.38 |
| HSL | 358.2º | 0.46% | 0.43% | - |
| HSV(B) | 358.2º | 0.63% | 0.62% | - |
| XYZ | 16.73 | 10.85 | 5.77 | - |
| YUV | 89.24 | 112.63 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 59 | 62 | 0 | 0.63 | 0.61 | 0.38 | 358.2 | 0.46 | 0.43 |
| Hex | 9F | 3B | 3E | 0 | 3F | 3D | 26 | 166 | 2E | 2B |
| Octal | 237 | 73 | 76 | 0 | 77 | 75 | 46 | 546 | 56 | 53 |
| Binary | 10011111 | 111011 | 111110 | 0 | 111111 | 111101 | 100110 | 101100110 | 101110 | 101011 |
Color Harmonies of #9F3B3E
Complementary color
Monochromatic Colors of #9F3B3E
Black with #9F3B3E
Text Example
Text Example
White with #9F3B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3B3E; }
p { color: rgb(159,59,62); }
H1.HeaderClassName
{
color: #9F3B3E;
}
.AnyTagClassName
{
color: #9F3B3E;
}
</style>
background-color css
<style>
a { background-color: #9F3B3E; }
a { background-color: rgb(159,59,62); }
div.DivClassName
{
background-color: #9F3B3E;
}
.BgClassName
{
background-color: #9F3B3E;
}
</style>
border-color css
<style>
span { border-color: #9F3B3E; }
span { border-color: rgb(159,59,62); }
td.TdClassName
{
border-color: #9F3B3E;
}
.TagClassName
{
border-color: #9F3B3E;
}
</style>