Shades of Well Read #953C44
Tints of Well Read #953C44
RGB
CMYK
RGB Variations
Color information
#953C44 (or 0x953C44) is known color: Well Read. HEX triplet: 95, 3C and 44. RGB value is (149,60,68). Sum of RGB (Red+Green+Blue) = 149+60+68=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #953C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953C44 is #6AC3BB. Grayscale: #575757. Windows color (decimal): -6996924 or 4471957. OLE color: 4471957.
HSL color Cylindrical-coordinate representation of color #953C44: hue angle of 354.61º 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 #953C44 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 60 | 68 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.42 |
| HSL | 354.61º | 0.43% | 0.41% | - |
| HSV(B) | 354.61º | 0.6% | 0.58% | - |
| XYZ | 15.05 | 10.04 | 6.61 | - |
| YUV | 87.52 | 116.99 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 68 | 0 | 0.60 | 0.54 | 0.42 | 354.61 | 0.43 | 0.41 |
| Hex | 95 | 3C | 44 | 0 | 3C | 36 | 2A | 163 | 2B | 29 |
| Octal | 225 | 74 | 104 | 0 | 74 | 66 | 52 | 543 | 53 | 51 |
| Binary | 10010101 | 111100 | 1000100 | 0 | 111100 | 110110 | 101010 | 101100011 | 101011 | 101001 |
Color Harmonies of #953C44
Complementary color
Monochromatic Colors of #953C44
Black with #953C44
Text Example
Text Example
White with #953C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953C44; }
p { color: rgb(149,60,68); }
H1.HeaderClassName
{
color: #953C44;
}
.AnyTagClassName
{
color: #953C44;
}
</style>
background-color css
<style>
a { background-color: #953C44; }
a { background-color: rgb(149,60,68); }
div.DivClassName
{
background-color: #953C44;
}
.BgClassName
{
background-color: #953C44;
}
</style>
border-color css
<style>
span { border-color: #953C44; }
span { border-color: rgb(149,60,68); }
td.TdClassName
{
border-color: #953C44;
}
.TagClassName
{
border-color: #953C44;
}
</style>