Shades of Well Read #96373B
Tints of Well Read #96373B
RGB
CMYK
RGB Variations
Color information
#96373B (or 0x96373B) is known color: Well Read. HEX triplet: 96, 37 and 3B. RGB value is (150,55,59). Sum of RGB (Red+Green+Blue) = 150+55+59=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #96373B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96373B is #69C8C4. Grayscale: #535353. Windows color (decimal): -6932677 or 3880854. OLE color: 3880854.
HSL color Cylindrical-coordinate representation of color #96373B: hue angle of 357.47º 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 #96373B is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 55 | 59 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.41 |
| HSL | 357.47º | 0.46% | 0.4% | - |
| HSV(B) | 357.47º | 0.63% | 0.59% | - |
| XYZ | 14.73 | 9.53 | 5.2 | - |
| YUV | 83.86 | 113.97 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 59 | 0 | 0.63 | 0.61 | 0.41 | 357.47 | 0.46 | 0.4 |
| Hex | 96 | 37 | 3B | 0 | 3F | 3D | 29 | 165 | 2E | 28 |
| Octal | 226 | 67 | 73 | 0 | 77 | 75 | 51 | 545 | 56 | 50 |
| Binary | 10010110 | 110111 | 111011 | 0 | 111111 | 111101 | 101001 | 101100101 | 101110 | 101000 |
Color Harmonies of #96373B
Complementary color
Monochromatic Colors of #96373B
Black with #96373B
Text Example
Text Example
White with #96373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96373B; }
p { color: rgb(150,55,59); }
H1.HeaderClassName
{
color: #96373B;
}
.AnyTagClassName
{
color: #96373B;
}
</style>
background-color css
<style>
a { background-color: #96373B; }
a { background-color: rgb(150,55,59); }
div.DivClassName
{
background-color: #96373B;
}
.BgClassName
{
background-color: #96373B;
}
</style>
border-color css
<style>
span { border-color: #96373B; }
span { border-color: rgb(150,55,59); }
td.TdClassName
{
border-color: #96373B;
}
.TagClassName
{
border-color: #96373B;
}
</style>