Shades of Well Read #953E43
Tints of Well Read #953E43
RGB
CMYK
RGB Variations
Color information
#953E43 (or 0x953E43) is known color: Well Read. HEX triplet: 95, 3E and 43. RGB value is (149,62,67). Sum of RGB (Red+Green+Blue) = 149+62+67=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #953E43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953E43 is #6AC1BC. Grayscale: #585858. Windows color (decimal): -6996413 or 4406933. OLE color: 4406933.
HSL color Cylindrical-coordinate representation of color #953E43: hue angle of 356.55º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #953E43 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 62 | 67 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.42 |
| HSL | 356.55º | 0.41% | 0.41% | - |
| HSV(B) | 356.55º | 0.58% | 0.58% | - |
| XYZ | 15.13 | 10.24 | 6.49 | - |
| YUV | 88.58 | 115.82 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 62 | 67 | 0 | 0.58 | 0.55 | 0.42 | 356.55 | 0.41 | 0.41 |
| Hex | 95 | 3E | 43 | 0 | 3A | 37 | 2A | 165 | 29 | 29 |
| Octal | 225 | 76 | 103 | 0 | 72 | 67 | 52 | 545 | 51 | 51 |
| Binary | 10010101 | 111110 | 1000011 | 0 | 111010 | 110111 | 101010 | 101100101 | 101001 | 101001 |
Color Harmonies of #953E43
Complementary color
Monochromatic Colors of #953E43
Black with #953E43
Text Example
Text Example
White with #953E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953E43; }
p { color: rgb(149,62,67); }
H1.HeaderClassName
{
color: #953E43;
}
.AnyTagClassName
{
color: #953E43;
}
</style>
background-color css
<style>
a { background-color: #953E43; }
a { background-color: rgb(149,62,67); }
div.DivClassName
{
background-color: #953E43;
}
.BgClassName
{
background-color: #953E43;
}
</style>
border-color css
<style>
span { border-color: #953E43; }
span { border-color: rgb(149,62,67); }
td.TdClassName
{
border-color: #953E43;
}
.TagClassName
{
border-color: #953E43;
}
</style>