Shades of Well Read #963241
Tints of Well Read #963241
RGB
CMYK
RGB Variations
Color information
#963241 (or 0x963241) is known color: Well Read. HEX triplet: 96, 32 and 41. RGB value is (150,50,65). Sum of RGB (Red+Green+Blue) = 150+50+65=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #963241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963241 is #69CDBE. Grayscale: #515151. Windows color (decimal): -6933951 or 4272790. OLE color: 4272790.
HSL color Cylindrical-coordinate representation of color #963241: hue angle of 351º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963241 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 50 | 65 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.41 |
| HSL | 351º | 0.5% | 0.39% | - |
| HSV(B) | 351º | 0.67% | 0.59% | - |
| XYZ | 14.67 | 9.15 | 5.99 | - |
| YUV | 81.61 | 118.63 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 65 | 0 | 0.67 | 0.57 | 0.41 | 351 | 0.5 | 0.39 |
| Hex | 96 | 32 | 41 | 0 | 43 | 39 | 29 | 15F | 32 | 27 |
| Octal | 226 | 62 | 101 | 0 | 103 | 71 | 51 | 537 | 62 | 47 |
| Binary | 10010110 | 110010 | 1000001 | 0 | 1000011 | 111001 | 101001 | 101011111 | 110010 | 100111 |
Color Harmonies of #963241
Complementary color
Monochromatic Colors of #963241
Black with #963241
Text Example
Text Example
White with #963241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963241; }
p { color: rgb(150,50,65); }
H1.HeaderClassName
{
color: #963241;
}
.AnyTagClassName
{
color: #963241;
}
</style>
background-color css
<style>
a { background-color: #963241; }
a { background-color: rgb(150,50,65); }
div.DivClassName
{
background-color: #963241;
}
.BgClassName
{
background-color: #963241;
}
</style>
border-color css
<style>
span { border-color: #963241; }
span { border-color: rgb(150,50,65); }
td.TdClassName
{
border-color: #963241;
}
.TagClassName
{
border-color: #963241;
}
</style>