Shades of Well Read #96393D
Tints of Well Read #96393D
RGB
CMYK
RGB Variations
Color information
#96393D (or 0x96393D) is known color: Well Read. HEX triplet: 96, 39 and 3D. RGB value is (150,57,61). Sum of RGB (Red+Green+Blue) = 150+57+61=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #96393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96393D is #69C6C2. Grayscale: #555555. Windows color (decimal): -6932163 or 4012438. OLE color: 4012438.
HSL color Cylindrical-coordinate representation of color #96393D: hue angle of 357.42º 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 #96393D is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 57 | 61 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.41 |
| HSL | 357.42º | 0.45% | 0.41% | - |
| HSV(B) | 357.42º | 0.62% | 0.59% | - |
| XYZ | 14.88 | 9.75 | 5.51 | - |
| YUV | 85.26 | 114.31 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 57 | 61 | 0 | 0.62 | 0.59 | 0.41 | 357.42 | 0.45 | 0.41 |
| Hex | 96 | 39 | 3D | 0 | 3E | 3B | 29 | 165 | 2D | 29 |
| Octal | 226 | 71 | 75 | 0 | 76 | 73 | 51 | 545 | 55 | 51 |
| Binary | 10010110 | 111001 | 111101 | 0 | 111110 | 111011 | 101001 | 101100101 | 101101 | 101001 |
Color Harmonies of #96393D
Complementary color
Monochromatic Colors of #96393D
Black with #96393D
Text Example
Text Example
White with #96393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96393D; }
p { color: rgb(150,57,61); }
H1.HeaderClassName
{
color: #96393D;
}
.AnyTagClassName
{
color: #96393D;
}
</style>
background-color css
<style>
a { background-color: #96393D; }
a { background-color: rgb(150,57,61); }
div.DivClassName
{
background-color: #96393D;
}
.BgClassName
{
background-color: #96393D;
}
</style>
border-color css
<style>
span { border-color: #96393D; }
span { border-color: rgb(150,57,61); }
td.TdClassName
{
border-color: #96393D;
}
.TagClassName
{
border-color: #96393D;
}
</style>