Shades of Well Read #963A3C
Tints of Well Read #963A3C
RGB
CMYK
RGB Variations
Color information
#963A3C (or 0x963A3C) is known color: Well Read. HEX triplet: 96, 3A and 3C. RGB value is (150,58,60). Sum of RGB (Red+Green+Blue) = 150+58+60=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #963A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A3C is #69C5C3. Grayscale: #555555. Windows color (decimal): -6931908 or 3947158. OLE color: 3947158.
HSL color Cylindrical-coordinate representation of color #963A3C: hue angle of 358.7º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #963A3C is Cyan = 0, Magento = 0.61, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 60 | - |
| CMYK | 0 | 0.61 | 0.6 | 0.41 |
| HSL | 358.7º | 0.44% | 0.41% | - |
| HSV(B) | 358.7º | 0.61% | 0.59% | - |
| XYZ | 14.91 | 9.84 | 5.39 | - |
| YUV | 85.74 | 113.48 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 60 | 0 | 0.61 | 0.6 | 0.41 | 358.7 | 0.44 | 0.41 |
| Hex | 96 | 3A | 3C | 0 | 3D | 3C | 29 | 167 | 2C | 29 |
| Octal | 226 | 72 | 74 | 0 | 75 | 74 | 51 | 547 | 54 | 51 |
| Binary | 10010110 | 111010 | 111100 | 0 | 111101 | 111100 | 101001 | 101100111 | 101100 | 101001 |
Color Harmonies of #963A3C
Complementary color
Monochromatic Colors of #963A3C
Black with #963A3C
Text Example
Text Example
White with #963A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A3C; }
p { color: rgb(150,58,60); }
H1.HeaderClassName
{
color: #963A3C;
}
.AnyTagClassName
{
color: #963A3C;
}
</style>
background-color css
<style>
a { background-color: #963A3C; }
a { background-color: rgb(150,58,60); }
div.DivClassName
{
background-color: #963A3C;
}
.BgClassName
{
background-color: #963A3C;
}
</style>
border-color css
<style>
span { border-color: #963A3C; }
span { border-color: rgb(150,58,60); }
td.TdClassName
{
border-color: #963A3C;
}
.TagClassName
{
border-color: #963A3C;
}
</style>