Shades of Well Read #963A3F
Tints of Well Read #963A3F
RGB
CMYK
RGB Variations
Color information
#963A3F (or 0x963A3F) is known color: Well Read. HEX triplet: 96, 3A and 3F. RGB value is (150,58,63). Sum of RGB (Red+Green+Blue) = 150+58+63=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #963A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A3F is #69C5C0. Grayscale: #565656. Windows color (decimal): -6931905 or 4143766. OLE color: 4143766.
HSL color Cylindrical-coordinate representation of color #963A3F: hue angle of 356.74º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #963A3F is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 63 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.41 |
| HSL | 356.74º | 0.44% | 0.41% | - |
| HSV(B) | 356.74º | 0.61% | 0.59% | - |
| XYZ | 14.99 | 9.87 | 5.82 | - |
| YUV | 86.08 | 114.98 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 63 | 0 | 0.61 | 0.58 | 0.41 | 356.74 | 0.44 | 0.41 |
| Hex | 96 | 3A | 3F | 0 | 3D | 3A | 29 | 165 | 2C | 29 |
| Octal | 226 | 72 | 77 | 0 | 75 | 72 | 51 | 545 | 54 | 51 |
| Binary | 10010110 | 111010 | 111111 | 0 | 111101 | 111010 | 101001 | 101100101 | 101100 | 101001 |
Color Harmonies of #963A3F
Complementary color
Monochromatic Colors of #963A3F
Black with #963A3F
Text Example
Text Example
White with #963A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A3F; }
p { color: rgb(150,58,63); }
H1.HeaderClassName
{
color: #963A3F;
}
.AnyTagClassName
{
color: #963A3F;
}
</style>
background-color css
<style>
a { background-color: #963A3F; }
a { background-color: rgb(150,58,63); }
div.DivClassName
{
background-color: #963A3F;
}
.BgClassName
{
background-color: #963A3F;
}
</style>
border-color css
<style>
span { border-color: #963A3F; }
span { border-color: rgb(150,58,63); }
td.TdClassName
{
border-color: #963A3F;
}
.TagClassName
{
border-color: #963A3F;
}
</style>