Shades of Well Read #953543
Tints of Well Read #953543
RGB
CMYK
RGB Variations
Color information
#953543 (or 0x953543) is known color: Well Read. HEX triplet: 95, 35 and 43. RGB value is (149,53,67). Sum of RGB (Red+Green+Blue) = 149+53+67=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #953543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953543 is #6ACABC. Grayscale: #535353. Windows color (decimal): -6998717 or 4404629. OLE color: 4404629.
HSL color Cylindrical-coordinate representation of color #953543: hue angle of 351.25º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #953543 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 53 | 67 | - |
| CMYK | 0 | 0.64 | 0.55 | 0.42 |
| HSL | 351.25º | 0.48% | 0.4% | - |
| HSV(B) | 351.25º | 0.64% | 0.58% | - |
| XYZ | 14.68 | 9.34 | 6.34 | - |
| YUV | 83.3 | 118.8 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 67 | 0 | 0.64 | 0.55 | 0.42 | 351.25 | 0.48 | 0.4 |
| Hex | 95 | 35 | 43 | 0 | 40 | 37 | 2A | 15F | 30 | 28 |
| Octal | 225 | 65 | 103 | 0 | 100 | 67 | 52 | 537 | 60 | 50 |
| Binary | 10010101 | 110101 | 1000011 | 0 | 1000000 | 110111 | 101010 | 101011111 | 110000 | 101000 |
Color Harmonies of #953543
Complementary color
Monochromatic Colors of #953543
Black with #953543
Text Example
Text Example
White with #953543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953543; }
p { color: rgb(149,53,67); }
H1.HeaderClassName
{
color: #953543;
}
.AnyTagClassName
{
color: #953543;
}
</style>
background-color css
<style>
a { background-color: #953543; }
a { background-color: rgb(149,53,67); }
div.DivClassName
{
background-color: #953543;
}
.BgClassName
{
background-color: #953543;
}
</style>
border-color css
<style>
span { border-color: #953543; }
span { border-color: rgb(149,53,67); }
td.TdClassName
{
border-color: #953543;
}
.TagClassName
{
border-color: #953543;
}
</style>