Shades of Well Read #953940
Tints of Well Read #953940
RGB
CMYK
RGB Variations
Color information
#953940 (or 0x953940) is known color: Well Read. HEX triplet: 95, 39 and 40. RGB value is (149,57,64). Sum of RGB (Red+Green+Blue) = 149+57+64=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #953940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953940 is #6AC6BF. Grayscale: #555555. Windows color (decimal): -6997696 or 4209045. OLE color: 4209045.
HSL color Cylindrical-coordinate representation of color #953940: hue angle of 355.43º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #953940 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 57 | 64 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.42 |
| HSL | 355.43º | 0.45% | 0.4% | - |
| HSV(B) | 355.43º | 0.62% | 0.58% | - |
| XYZ | 14.78 | 9.69 | 5.94 | - |
| YUV | 85.31 | 115.98 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 57 | 64 | 0 | 0.62 | 0.57 | 0.42 | 355.43 | 0.45 | 0.4 |
| Hex | 95 | 39 | 40 | 0 | 3E | 39 | 2A | 163 | 2D | 28 |
| Octal | 225 | 71 | 100 | 0 | 76 | 71 | 52 | 543 | 55 | 50 |
| Binary | 10010101 | 111001 | 1000000 | 0 | 111110 | 111001 | 101010 | 101100011 | 101101 | 101000 |
Color Harmonies of #953940
Complementary color
Monochromatic Colors of #953940
Black with #953940
Text Example
Text Example
White with #953940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953940; }
p { color: rgb(149,57,64); }
H1.HeaderClassName
{
color: #953940;
}
.AnyTagClassName
{
color: #953940;
}
</style>
background-color css
<style>
a { background-color: #953940; }
a { background-color: rgb(149,57,64); }
div.DivClassName
{
background-color: #953940;
}
.BgClassName
{
background-color: #953940;
}
</style>
border-color css
<style>
span { border-color: #953940; }
span { border-color: rgb(149,57,64); }
td.TdClassName
{
border-color: #953940;
}
.TagClassName
{
border-color: #953940;
}
</style>