Shades of Well Read #96343D
Tints of Well Read #96343D
RGB
CMYK
RGB Variations
Color information
#96343D (or 0x96343D) is known color: Well Read. HEX triplet: 96, 34 and 3D. RGB value is (150,52,61). Sum of RGB (Red+Green+Blue) = 150+52+61=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #96343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96343D is #69CBC2. Grayscale: #525252. Windows color (decimal): -6933443 or 4011158. OLE color: 4011158.
HSL color Cylindrical-coordinate representation of color #96343D: hue angle of 354.49º 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 #96343D is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 52 | 61 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.41 |
| HSL | 354.49º | 0.49% | 0.4% | - |
| HSV(B) | 354.49º | 0.65% | 0.59% | - |
| XYZ | 14.65 | 9.28 | 5.43 | - |
| YUV | 82.33 | 115.97 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 52 | 61 | 0 | 0.65 | 0.59 | 0.41 | 354.49 | 0.49 | 0.4 |
| Hex | 96 | 34 | 3D | 0 | 41 | 3B | 29 | 162 | 31 | 28 |
| Octal | 226 | 64 | 75 | 0 | 101 | 73 | 51 | 542 | 61 | 50 |
| Binary | 10010110 | 110100 | 111101 | 0 | 1000001 | 111011 | 101001 | 101100010 | 110001 | 101000 |
Color Harmonies of #96343D
Complementary color
Monochromatic Colors of #96343D
Black with #96343D
Text Example
Text Example
White with #96343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96343D; }
p { color: rgb(150,52,61); }
H1.HeaderClassName
{
color: #96343D;
}
.AnyTagClassName
{
color: #96343D;
}
</style>
background-color css
<style>
a { background-color: #96343D; }
a { background-color: rgb(150,52,61); }
div.DivClassName
{
background-color: #96343D;
}
.BgClassName
{
background-color: #96343D;
}
</style>
border-color css
<style>
span { border-color: #96343D; }
span { border-color: rgb(150,52,61); }
td.TdClassName
{
border-color: #96343D;
}
.TagClassName
{
border-color: #96343D;
}
</style>