Shades of Well Read #953941
Tints of Well Read #953941
RGB
CMYK
RGB Variations
Color information
#953941 (or 0x953941) is known color: Well Read. HEX triplet: 95, 39 and 41. RGB value is (149,57,65). Sum of RGB (Red+Green+Blue) = 149+57+65=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #953941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953941 is #6AC6BE. Grayscale: #555555. Windows color (decimal): -6997695 or 4274581. OLE color: 4274581.
HSL color Cylindrical-coordinate representation of color #953941: hue angle of 354.78º 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 #953941 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 57 | 65 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.42 |
| HSL | 354.78º | 0.45% | 0.4% | - |
| HSV(B) | 354.78º | 0.62% | 0.58% | - |
| XYZ | 14.81 | 9.7 | 6.09 | - |
| YUV | 85.42 | 116.48 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 57 | 65 | 0 | 0.62 | 0.56 | 0.42 | 354.78 | 0.45 | 0.4 |
| Hex | 95 | 39 | 41 | 0 | 3E | 38 | 2A | 163 | 2D | 28 |
| Octal | 225 | 71 | 101 | 0 | 76 | 70 | 52 | 543 | 55 | 50 |
| Binary | 10010101 | 111001 | 1000001 | 0 | 111110 | 111000 | 101010 | 101100011 | 101101 | 101000 |
Color Harmonies of #953941
Complementary color
Monochromatic Colors of #953941
Black with #953941
Text Example
Text Example
White with #953941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953941; }
p { color: rgb(149,57,65); }
H1.HeaderClassName
{
color: #953941;
}
.AnyTagClassName
{
color: #953941;
}
</style>
background-color css
<style>
a { background-color: #953941; }
a { background-color: rgb(149,57,65); }
div.DivClassName
{
background-color: #953941;
}
.BgClassName
{
background-color: #953941;
}
</style>
border-color css
<style>
span { border-color: #953941; }
span { border-color: rgb(149,57,65); }
td.TdClassName
{
border-color: #953941;
}
.TagClassName
{
border-color: #953941;
}
</style>