Shades of Well Read #953C40
Tints of Well Read #953C40
RGB
CMYK
RGB Variations
Color information
#953C40 (or 0x953C40) is known color: Well Read. HEX triplet: 95, 3C and 40. RGB value is (149,60,64). Sum of RGB (Red+Green+Blue) = 149+60+64=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #953C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953C40 is #6AC3BF. Grayscale: #575757. Windows color (decimal): -6996928 or 4209813. OLE color: 4209813.
HSL color Cylindrical-coordinate representation of color #953C40: hue angle of 357.3º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #953C40 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 60 | 64 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.42 |
| HSL | 357.3º | 0.43% | 0.41% | - |
| HSV(B) | 357.3º | 0.6% | 0.58% | - |
| XYZ | 14.94 | 9.99 | 5.99 | - |
| YUV | 87.07 | 114.99 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 64 | 0 | 0.60 | 0.57 | 0.42 | 357.3 | 0.43 | 0.41 |
| Hex | 95 | 3C | 40 | 0 | 3C | 39 | 2A | 165 | 2B | 29 |
| Octal | 225 | 74 | 100 | 0 | 74 | 71 | 52 | 545 | 53 | 51 |
| Binary | 10010101 | 111100 | 1000000 | 0 | 111100 | 111001 | 101010 | 101100101 | 101011 | 101001 |
Color Harmonies of #953C40
Complementary color
Monochromatic Colors of #953C40
Black with #953C40
Text Example
Text Example
White with #953C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953C40; }
p { color: rgb(149,60,64); }
H1.HeaderClassName
{
color: #953C40;
}
.AnyTagClassName
{
color: #953C40;
}
</style>
background-color css
<style>
a { background-color: #953C40; }
a { background-color: rgb(149,60,64); }
div.DivClassName
{
background-color: #953C40;
}
.BgClassName
{
background-color: #953C40;
}
</style>
border-color css
<style>
span { border-color: #953C40; }
span { border-color: rgb(149,60,64); }
td.TdClassName
{
border-color: #953C40;
}
.TagClassName
{
border-color: #953C40;
}
</style>