Shades of Well Read #953542
Tints of Well Read #953542
RGB
CMYK
RGB Variations
Color information
#953542 (or 0x953542) is known color: Well Read. HEX triplet: 95, 35 and 42. RGB value is (149,53,66). Sum of RGB (Red+Green+Blue) = 149+53+66=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #953542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953542 is #6ACABD. Grayscale: #535353. Windows color (decimal): -6998718 or 4339093. OLE color: 4339093.
HSL color Cylindrical-coordinate representation of color #953542: hue angle of 351.88º 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 #953542 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 53 | 66 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.42 |
| HSL | 351.88º | 0.48% | 0.4% | - |
| HSV(B) | 351.88º | 0.64% | 0.58% | - |
| XYZ | 14.65 | 9.33 | 6.18 | - |
| YUV | 83.19 | 118.3 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 66 | 0 | 0.64 | 0.56 | 0.42 | 351.88 | 0.48 | 0.4 |
| Hex | 95 | 35 | 42 | 0 | 40 | 38 | 2A | 160 | 30 | 28 |
| Octal | 225 | 65 | 102 | 0 | 100 | 70 | 52 | 540 | 60 | 50 |
| Binary | 10010101 | 110101 | 1000010 | 0 | 1000000 | 111000 | 101010 | 101100000 | 110000 | 101000 |
Color Harmonies of #953542
Complementary color
Monochromatic Colors of #953542
Black with #953542
Text Example
Text Example
White with #953542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953542; }
p { color: rgb(149,53,66); }
H1.HeaderClassName
{
color: #953542;
}
.AnyTagClassName
{
color: #953542;
}
</style>
background-color css
<style>
a { background-color: #953542; }
a { background-color: rgb(149,53,66); }
div.DivClassName
{
background-color: #953542;
}
.BgClassName
{
background-color: #953542;
}
</style>
border-color css
<style>
span { border-color: #953542; }
span { border-color: rgb(149,53,66); }
td.TdClassName
{
border-color: #953542;
}
.TagClassName
{
border-color: #953542;
}
</style>