Shades of Well Read #963841
Tints of Well Read #963841
RGB
CMYK
RGB Variations
Color information
#963841 (or 0x963841) is known color: Well Read. HEX triplet: 96, 38 and 41. RGB value is (150,56,65). Sum of RGB (Red+Green+Blue) = 150+56+65=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #963841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963841 is #69C7BE. Grayscale: #555555. Windows color (decimal): -6932415 or 4274326. OLE color: 4274326.
HSL color Cylindrical-coordinate representation of color #963841: hue angle of 354.26º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #963841 is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 56 | 65 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.41 |
| HSL | 354.26º | 0.46% | 0.4% | - |
| HSV(B) | 354.26º | 0.63% | 0.59% | - |
| XYZ | 14.95 | 9.69 | 6.08 | - |
| YUV | 85.13 | 116.64 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 56 | 65 | 0 | 0.63 | 0.57 | 0.41 | 354.26 | 0.46 | 0.4 |
| Hex | 96 | 38 | 41 | 0 | 3F | 39 | 29 | 162 | 2E | 28 |
| Octal | 226 | 70 | 101 | 0 | 77 | 71 | 51 | 542 | 56 | 50 |
| Binary | 10010110 | 111000 | 1000001 | 0 | 111111 | 111001 | 101001 | 101100010 | 101110 | 101000 |
Color Harmonies of #963841
Complementary color
Monochromatic Colors of #963841
Black with #963841
Text Example
Text Example
White with #963841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963841; }
p { color: rgb(150,56,65); }
H1.HeaderClassName
{
color: #963841;
}
.AnyTagClassName
{
color: #963841;
}
</style>
background-color css
<style>
a { background-color: #963841; }
a { background-color: rgb(150,56,65); }
div.DivClassName
{
background-color: #963841;
}
.BgClassName
{
background-color: #963841;
}
</style>
border-color css
<style>
span { border-color: #963841; }
span { border-color: rgb(150,56,65); }
td.TdClassName
{
border-color: #963841;
}
.TagClassName
{
border-color: #963841;
}
</style>