Shades of Well Read #963F40
Tints of Well Read #963F40
RGB
CMYK
RGB Variations
Color information
#963F40 (or 0x963F40) is known color: Well Read. HEX triplet: 96, 3F and 40. RGB value is (150,63,64). Sum of RGB (Red+Green+Blue) = 150+63+64=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #963F40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963F40 is #69C0BF. Grayscale: #595959. Windows color (decimal): -6930624 or 4210582. OLE color: 4210582.
HSL color Cylindrical-coordinate representation of color #963F40: hue angle of 359.31º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #963F40 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 63 | 64 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.41 |
| HSL | 359.31º | 0.41% | 0.42% | - |
| HSV(B) | 359.31º | 0.58% | 0.59% | - |
| XYZ | 15.28 | 10.41 | 6.05 | - |
| YUV | 89.13 | 113.82 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 64 | 0 | 0.58 | 0.57 | 0.41 | 359.31 | 0.41 | 0.42 |
| Hex | 96 | 3F | 40 | 0 | 3A | 39 | 29 | 167 | 29 | 2A |
| Octal | 226 | 77 | 100 | 0 | 72 | 71 | 51 | 547 | 51 | 52 |
| Binary | 10010110 | 111111 | 1000000 | 0 | 111010 | 111001 | 101001 | 101100111 | 101001 | 101010 |
Color Harmonies of #963F40
Complementary color
Monochromatic Colors of #963F40
Black with #963F40
Text Example
Text Example
White with #963F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963F40; }
p { color: rgb(150,63,64); }
H1.HeaderClassName
{
color: #963F40;
}
.AnyTagClassName
{
color: #963F40;
}
</style>
background-color css
<style>
a { background-color: #963F40; }
a { background-color: rgb(150,63,64); }
div.DivClassName
{
background-color: #963F40;
}
.BgClassName
{
background-color: #963F40;
}
</style>
border-color css
<style>
span { border-color: #963F40; }
span { border-color: rgb(150,63,64); }
td.TdClassName
{
border-color: #963F40;
}
.TagClassName
{
border-color: #963F40;
}
</style>