Shades of Well Read #96363E
Tints of Well Read #96363E
RGB
CMYK
RGB Variations
Color information
#96363E (or 0x96363E) is known color: Well Read. HEX triplet: 96, 36 and 3E. RGB value is (150,54,62). Sum of RGB (Red+Green+Blue) = 150+54+62=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #96363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96363E is #69C9C1. Grayscale: #535353. Windows color (decimal): -6932930 or 4077206. OLE color: 4077206.
HSL color Cylindrical-coordinate representation of color #96363E: hue angle of 355º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96363E is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 54 | 62 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.41 |
| HSL | 355º | 0.47% | 0.4% | - |
| HSV(B) | 355º | 0.64% | 0.59% | - |
| XYZ | 14.77 | 9.47 | 5.61 | - |
| YUV | 83.62 | 115.8 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 54 | 62 | 0 | 0.64 | 0.59 | 0.41 | 355 | 0.47 | 0.4 |
| Hex | 96 | 36 | 3E | 0 | 40 | 3B | 29 | 163 | 2F | 28 |
| Octal | 226 | 66 | 76 | 0 | 100 | 73 | 51 | 543 | 57 | 50 |
| Binary | 10010110 | 110110 | 111110 | 0 | 1000000 | 111011 | 101001 | 101100011 | 101111 | 101000 |
Color Harmonies of #96363E
Complementary color
Monochromatic Colors of #96363E
Black with #96363E
Text Example
Text Example
White with #96363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96363E; }
p { color: rgb(150,54,62); }
H1.HeaderClassName
{
color: #96363E;
}
.AnyTagClassName
{
color: #96363E;
}
</style>
background-color css
<style>
a { background-color: #96363E; }
a { background-color: rgb(150,54,62); }
div.DivClassName
{
background-color: #96363E;
}
.BgClassName
{
background-color: #96363E;
}
</style>
border-color css
<style>
span { border-color: #96363E; }
span { border-color: rgb(150,54,62); }
td.TdClassName
{
border-color: #96363E;
}
.TagClassName
{
border-color: #96363E;
}
</style>