Shades of Well Read #9F383D
Tints of Well Read #9F383D
RGB
CMYK
RGB Variations
Color information
#9F383D (or 0x9F383D) is known color: Well Read. HEX triplet: 9F, 38 and 3D. RGB value is (159,56,61). Sum of RGB (Red+Green+Blue) = 159+56+61=276 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.61% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 159 - color contains mainly: red. Hex color #9F383D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F383D is #60C7C2. Grayscale: #575757. Windows color (decimal): -6342595 or 4012191. OLE color: 4012191.
HSL color Cylindrical-coordinate representation of color #9F383D: hue angle of 357.09º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F383D is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 56 | 61 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.38 |
| HSL | 357.09º | 0.48% | 0.42% | - |
| HSV(B) | 357.09º | 0.65% | 0.62% | - |
| XYZ | 16.55 | 10.54 | 5.58 | - |
| YUV | 87.37 | 113.12 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 56 | 61 | 0 | 0.65 | 0.62 | 0.38 | 357.09 | 0.48 | 0.42 |
| Hex | 9F | 38 | 3D | 0 | 41 | 3E | 26 | 165 | 30 | 2A |
| Octal | 237 | 70 | 75 | 0 | 101 | 76 | 46 | 545 | 60 | 52 |
| Binary | 10011111 | 111000 | 111101 | 0 | 1000001 | 111110 | 100110 | 101100101 | 110000 | 101010 |
Color Harmonies of #9F383D
Complementary color
Monochromatic Colors of #9F383D
Black with #9F383D
Text Example
Text Example
White with #9F383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F383D; }
p { color: rgb(159,56,61); }
H1.HeaderClassName
{
color: #9F383D;
}
.AnyTagClassName
{
color: #9F383D;
}
</style>
background-color css
<style>
a { background-color: #9F383D; }
a { background-color: rgb(159,56,61); }
div.DivClassName
{
background-color: #9F383D;
}
.BgClassName
{
background-color: #9F383D;
}
</style>
border-color css
<style>
span { border-color: #9F383D; }
span { border-color: rgb(159,56,61); }
td.TdClassName
{
border-color: #9F383D;
}
.TagClassName
{
border-color: #9F383D;
}
</style>