Shades of Well Read #963942
Tints of Well Read #963942
RGB
CMYK
RGB Variations
Color information
#963942 (or 0x963942) is known color: Well Read. HEX triplet: 96, 39 and 42. RGB value is (150,57,66). Sum of RGB (Red+Green+Blue) = 150+57+66=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #963942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963942 is #69C6BD. Grayscale: #555555. Windows color (decimal): -6932158 or 4340118. OLE color: 4340118.
HSL color Cylindrical-coordinate representation of color #963942: hue angle of 354.19º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #963942 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 57 | 66 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.41 |
| HSL | 354.19º | 0.45% | 0.41% | - |
| HSV(B) | 354.19º | 0.62% | 0.59% | - |
| XYZ | 15.02 | 9.8 | 6.25 | - |
| YUV | 85.83 | 116.81 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 57 | 66 | 0 | 0.62 | 0.56 | 0.41 | 354.19 | 0.45 | 0.41 |
| Hex | 96 | 39 | 42 | 0 | 3E | 38 | 29 | 162 | 2D | 29 |
| Octal | 226 | 71 | 102 | 0 | 76 | 70 | 51 | 542 | 55 | 51 |
| Binary | 10010110 | 111001 | 1000010 | 0 | 111110 | 111000 | 101001 | 101100010 | 101101 | 101001 |
Color Harmonies of #963942
Complementary color
Monochromatic Colors of #963942
Black with #963942
Text Example
Text Example
White with #963942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963942; }
p { color: rgb(150,57,66); }
H1.HeaderClassName
{
color: #963942;
}
.AnyTagClassName
{
color: #963942;
}
</style>
background-color css
<style>
a { background-color: #963942; }
a { background-color: rgb(150,57,66); }
div.DivClassName
{
background-color: #963942;
}
.BgClassName
{
background-color: #963942;
}
</style>
border-color css
<style>
span { border-color: #963942; }
span { border-color: rgb(150,57,66); }
td.TdClassName
{
border-color: #963942;
}
.TagClassName
{
border-color: #963942;
}
</style>