Shades of Well Read #96333D
Tints of Well Read #96333D
RGB
CMYK
RGB Variations
Color information
#96333D (or 0x96333D) is known color: Well Read. HEX triplet: 96, 33 and 3D. RGB value is (150,51,61). Sum of RGB (Red+Green+Blue) = 150+51+61=262 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.25% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 150 - color contains mainly: red. Hex color #96333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96333D is #69CCC2. Grayscale: #515151. Windows color (decimal): -6933699 or 4010902. OLE color: 4010902.
HSL color Cylindrical-coordinate representation of color #96333D: hue angle of 353.94º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96333D is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 51 | 61 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.41 |
| HSL | 353.94º | 0.49% | 0.39% | - |
| HSV(B) | 353.94º | 0.66% | 0.59% | - |
| XYZ | 14.6 | 9.19 | 5.42 | - |
| YUV | 81.74 | 116.3 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 61 | 0 | 0.66 | 0.59 | 0.41 | 353.94 | 0.49 | 0.39 |
| Hex | 96 | 33 | 3D | 0 | 42 | 3B | 29 | 162 | 31 | 27 |
| Octal | 226 | 63 | 75 | 0 | 102 | 73 | 51 | 542 | 61 | 47 |
| Binary | 10010110 | 110011 | 111101 | 0 | 1000010 | 111011 | 101001 | 101100010 | 110001 | 100111 |
Color Harmonies of #96333D
Complementary color
Monochromatic Colors of #96333D
Black with #96333D
Text Example
Text Example
White with #96333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96333D; }
p { color: rgb(150,51,61); }
H1.HeaderClassName
{
color: #96333D;
}
.AnyTagClassName
{
color: #96333D;
}
</style>
background-color css
<style>
a { background-color: #96333D; }
a { background-color: rgb(150,51,61); }
div.DivClassName
{
background-color: #96333D;
}
.BgClassName
{
background-color: #96333D;
}
</style>
border-color css
<style>
span { border-color: #96333D; }
span { border-color: rgb(150,51,61); }
td.TdClassName
{
border-color: #96333D;
}
.TagClassName
{
border-color: #96333D;
}
</style>