Shades of Well Read #96383C
Tints of Well Read #96383C
RGB
CMYK
RGB Variations
Color information
#96383C (or 0x96383C) is known color: Well Read. HEX triplet: 96, 38 and 3C. RGB value is (150,56,60). Sum of RGB (Red+Green+Blue) = 150+56+60=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #96383C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96383C is #69C7C3. Grayscale: #545454. Windows color (decimal): -6932420 or 3946646. OLE color: 3946646.
HSL color Cylindrical-coordinate representation of color #96383C: hue angle of 357.45º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96383C is Cyan = 0, Magento = 0.63, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 56 | 60 | - |
| CMYK | 0 | 0.63 | 0.6 | 0.41 |
| HSL | 357.45º | 0.46% | 0.4% | - |
| HSV(B) | 357.45º | 0.63% | 0.59% | - |
| XYZ | 14.81 | 9.64 | 5.35 | - |
| YUV | 84.56 | 114.14 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 56 | 60 | 0 | 0.63 | 0.6 | 0.41 | 357.45 | 0.46 | 0.4 |
| Hex | 96 | 38 | 3C | 0 | 3F | 3C | 29 | 165 | 2E | 28 |
| Octal | 226 | 70 | 74 | 0 | 77 | 74 | 51 | 545 | 56 | 50 |
| Binary | 10010110 | 111000 | 111100 | 0 | 111111 | 111100 | 101001 | 101100101 | 101110 | 101000 |
Color Harmonies of #96383C
Complementary color
Monochromatic Colors of #96383C
Black with #96383C
Text Example
Text Example
White with #96383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96383C; }
p { color: rgb(150,56,60); }
H1.HeaderClassName
{
color: #96383C;
}
.AnyTagClassName
{
color: #96383C;
}
</style>
background-color css
<style>
a { background-color: #96383C; }
a { background-color: rgb(150,56,60); }
div.DivClassName
{
background-color: #96383C;
}
.BgClassName
{
background-color: #96383C;
}
</style>
border-color css
<style>
span { border-color: #96383C; }
span { border-color: rgb(150,56,60); }
td.TdClassName
{
border-color: #96383C;
}
.TagClassName
{
border-color: #96383C;
}
</style>