Shades of Well Read #963545
Tints of Well Read #963545
RGB
CMYK
RGB Variations
Color information
#963545 (or 0x963545) is known color: Well Read. HEX triplet: 96, 35 and 45. RGB value is (150,53,69). Sum of RGB (Red+Green+Blue) = 150+53+69=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #963545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963545 is #69CABA. Grayscale: #535353. Windows color (decimal): -6933179 or 4535702. OLE color: 4535702.
HSL color Cylindrical-coordinate representation of color #963545: hue angle of 350.1º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963545 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 53 | 69 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.41 |
| HSL | 350.1º | 0.48% | 0.4% | - |
| HSV(B) | 350.1º | 0.65% | 0.59% | - |
| XYZ | 14.92 | 9.46 | 6.67 | - |
| YUV | 83.83 | 119.64 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 53 | 69 | 0 | 0.65 | 0.54 | 0.41 | 350.1 | 0.48 | 0.4 |
| Hex | 96 | 35 | 45 | 0 | 41 | 36 | 29 | 15E | 30 | 28 |
| Octal | 226 | 65 | 105 | 0 | 101 | 66 | 51 | 536 | 60 | 50 |
| Binary | 10010110 | 110101 | 1000101 | 0 | 1000001 | 110110 | 101001 | 101011110 | 110000 | 101000 |
Color Harmonies of #963545
Complementary color
Monochromatic Colors of #963545
Black with #963545
Text Example
Text Example
White with #963545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963545; }
p { color: rgb(150,53,69); }
H1.HeaderClassName
{
color: #963545;
}
.AnyTagClassName
{
color: #963545;
}
</style>
background-color css
<style>
a { background-color: #963545; }
a { background-color: rgb(150,53,69); }
div.DivClassName
{
background-color: #963545;
}
.BgClassName
{
background-color: #963545;
}
</style>
border-color css
<style>
span { border-color: #963545; }
span { border-color: rgb(150,53,69); }
td.TdClassName
{
border-color: #963545;
}
.TagClassName
{
border-color: #963545;
}
</style>