Shades of Well Read #96343B
Tints of Well Read #96343B
RGB
CMYK
RGB Variations
Color information
#96343B (or 0x96343B) is known color: Well Read. HEX triplet: 96, 34 and 3B. RGB value is (150,52,59). Sum of RGB (Red+Green+Blue) = 150+52+59=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #96343B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96343B is #69CBC4. Grayscale: #525252. Windows color (decimal): -6933445 or 3880086. OLE color: 3880086.
HSL color Cylindrical-coordinate representation of color #96343B: hue angle of 355.71º degrees, saturation: 0.49, 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 #96343B is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 52 | 59 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.41 |
| HSL | 355.71º | 0.49% | 0.4% | - |
| HSV(B) | 355.71º | 0.65% | 0.59% | - |
| XYZ | 14.6 | 9.26 | 5.15 | - |
| YUV | 82.1 | 114.97 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 52 | 59 | 0 | 0.65 | 0.61 | 0.41 | 355.71 | 0.49 | 0.4 |
| Hex | 96 | 34 | 3B | 0 | 41 | 3D | 29 | 164 | 31 | 28 |
| Octal | 226 | 64 | 73 | 0 | 101 | 75 | 51 | 544 | 61 | 50 |
| Binary | 10010110 | 110100 | 111011 | 0 | 1000001 | 111101 | 101001 | 101100100 | 110001 | 101000 |
Color Harmonies of #96343B
Complementary color
Monochromatic Colors of #96343B
Black with #96343B
Text Example
Text Example
White with #96343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96343B; }
p { color: rgb(150,52,59); }
H1.HeaderClassName
{
color: #96343B;
}
.AnyTagClassName
{
color: #96343B;
}
</style>
background-color css
<style>
a { background-color: #96343B; }
a { background-color: rgb(150,52,59); }
div.DivClassName
{
background-color: #96343B;
}
.BgClassName
{
background-color: #96343B;
}
</style>
border-color css
<style>
span { border-color: #96343B; }
span { border-color: rgb(150,52,59); }
td.TdClassName
{
border-color: #96343B;
}
.TagClassName
{
border-color: #96343B;
}
</style>