Shades of Well Read #9F3641
Tints of Well Read #9F3641
RGB
CMYK
RGB Variations
Color information
#9F3641 (or 0x9F3641) is known color: Well Read. HEX triplet: 9F, 36 and 41. RGB value is (159,54,65). Sum of RGB (Red+Green+Blue) = 159+54+65=278 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.19% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3641 is #60C9BE. Grayscale: #565656. Windows color (decimal): -6343103 or 4273823. OLE color: 4273823.
HSL color Cylindrical-coordinate representation of color #9F3641: hue angle of 353.71º 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 #9F3641 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 65 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.38 |
| HSL | 353.71º | 0.49% | 0.42% | - |
| HSV(B) | 353.71º | 0.66% | 0.62% | - |
| XYZ | 16.57 | 10.39 | 6.13 | - |
| YUV | 86.65 | 115.79 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 65 | 0 | 0.66 | 0.59 | 0.38 | 353.71 | 0.49 | 0.42 |
| Hex | 9F | 36 | 41 | 0 | 42 | 3B | 26 | 162 | 31 | 2A |
| Octal | 237 | 66 | 101 | 0 | 102 | 73 | 46 | 542 | 61 | 52 |
| Binary | 10011111 | 110110 | 1000001 | 0 | 1000010 | 111011 | 100110 | 101100010 | 110001 | 101010 |
Color Harmonies of #9F3641
Complementary color
Monochromatic Colors of #9F3641
Black with #9F3641
Text Example
Text Example
White with #9F3641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3641; }
p { color: rgb(159,54,65); }
H1.HeaderClassName
{
color: #9F3641;
}
.AnyTagClassName
{
color: #9F3641;
}
</style>
background-color css
<style>
a { background-color: #9F3641; }
a { background-color: rgb(159,54,65); }
div.DivClassName
{
background-color: #9F3641;
}
.BgClassName
{
background-color: #9F3641;
}
</style>
border-color css
<style>
span { border-color: #9F3641; }
span { border-color: rgb(159,54,65); }
td.TdClassName
{
border-color: #9F3641;
}
.TagClassName
{
border-color: #9F3641;
}
</style>