Shades of Well Read #9F373F
Tints of Well Read #9F373F
RGB
CMYK
RGB Variations
Color information
#9F373F (or 0x9F373F) is known color: Well Read. HEX triplet: 9F, 37 and 3F. RGB value is (159,55,63). Sum of RGB (Red+Green+Blue) = 159+55+63=277 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.40% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 159 - color contains mainly: red. Hex color #9F373F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F373F is #60C8C0. Grayscale: #575757. Windows color (decimal): -6342849 or 4143007. OLE color: 4143007.
HSL color Cylindrical-coordinate representation of color #9F373F: hue angle of 355.38º degrees, saturation: 0.49, 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 #9F373F is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 55 | 63 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.38 |
| HSL | 355.38º | 0.49% | 0.42% | - |
| HSV(B) | 355.38º | 0.65% | 0.62% | - |
| XYZ | 16.56 | 10.46 | 5.85 | - |
| YUV | 87.01 | 114.46 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 55 | 63 | 0 | 0.65 | 0.60 | 0.38 | 355.38 | 0.49 | 0.42 |
| Hex | 9F | 37 | 3F | 0 | 41 | 3C | 26 | 163 | 31 | 2A |
| Octal | 237 | 67 | 77 | 0 | 101 | 74 | 46 | 543 | 61 | 52 |
| Binary | 10011111 | 110111 | 111111 | 0 | 1000001 | 111100 | 100110 | 101100011 | 110001 | 101010 |
Color Harmonies of #9F373F
Complementary color
Monochromatic Colors of #9F373F
Black with #9F373F
Text Example
Text Example
White with #9F373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F373F; }
p { color: rgb(159,55,63); }
H1.HeaderClassName
{
color: #9F373F;
}
.AnyTagClassName
{
color: #9F373F;
}
</style>
background-color css
<style>
a { background-color: #9F373F; }
a { background-color: rgb(159,55,63); }
div.DivClassName
{
background-color: #9F373F;
}
.BgClassName
{
background-color: #9F373F;
}
</style>
border-color css
<style>
span { border-color: #9F373F; }
span { border-color: rgb(159,55,63); }
td.TdClassName
{
border-color: #9F373F;
}
.TagClassName
{
border-color: #9F373F;
}
</style>