Shades of Well Read #953B45
Tints of Well Read #953B45
RGB
CMYK
RGB Variations
Color information
#953B45 (or 0x953B45) is known color: Well Read. HEX triplet: 95, 3B and 45. RGB value is (149,59,69). Sum of RGB (Red+Green+Blue) = 149+59+69=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #953B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953B45 is #6AC4BA. Grayscale: #575757. Windows color (decimal): -6997179 or 4537237. OLE color: 4537237.
HSL color Cylindrical-coordinate representation of color #953B45: hue angle of 353.33º 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 #953B45 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 59 | 69 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.42 |
| HSL | 353.33º | 0.43% | 0.41% | - |
| HSV(B) | 353.33º | 0.6% | 0.58% | - |
| XYZ | 15.03 | 9.95 | 6.76 | - |
| YUV | 87.05 | 117.82 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 59 | 69 | 0 | 0.60 | 0.54 | 0.42 | 353.33 | 0.43 | 0.41 |
| Hex | 95 | 3B | 45 | 0 | 3C | 36 | 2A | 161 | 2B | 29 |
| Octal | 225 | 73 | 105 | 0 | 74 | 66 | 52 | 541 | 53 | 51 |
| Binary | 10010101 | 111011 | 1000101 | 0 | 111100 | 110110 | 101010 | 101100001 | 101011 | 101001 |
Color Harmonies of #953B45
Complementary color
Monochromatic Colors of #953B45
Black with #953B45
Text Example
Text Example
White with #953B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953B45; }
p { color: rgb(149,59,69); }
H1.HeaderClassName
{
color: #953B45;
}
.AnyTagClassName
{
color: #953B45;
}
</style>
background-color css
<style>
a { background-color: #953B45; }
a { background-color: rgb(149,59,69); }
div.DivClassName
{
background-color: #953B45;
}
.BgClassName
{
background-color: #953B45;
}
</style>
border-color css
<style>
span { border-color: #953B45; }
span { border-color: rgb(149,59,69); }
td.TdClassName
{
border-color: #953B45;
}
.TagClassName
{
border-color: #953B45;
}
</style>