Shades of Well Read #953A42
Tints of Well Read #953A42
RGB
CMYK
RGB Variations
Color information
#953A42 (or 0x953A42) is known color: Well Read. HEX triplet: 95, 3A and 42. RGB value is (149,58,66). Sum of RGB (Red+Green+Blue) = 149+58+66=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #953A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A42 is #6AC5BD. Grayscale: #565656. Windows color (decimal): -6997438 or 4340373. OLE color: 4340373.
HSL color Cylindrical-coordinate representation of color #953A42: hue angle of 354.73º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #953A42 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 58 | 66 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.42 |
| HSL | 354.73º | 0.44% | 0.41% | - |
| HSV(B) | 354.73º | 0.61% | 0.58% | - |
| XYZ | 14.89 | 9.81 | 6.26 | - |
| YUV | 86.12 | 116.65 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 66 | 0 | 0.61 | 0.56 | 0.42 | 354.73 | 0.44 | 0.41 |
| Hex | 95 | 3A | 42 | 0 | 3D | 38 | 2A | 163 | 2C | 29 |
| Octal | 225 | 72 | 102 | 0 | 75 | 70 | 52 | 543 | 54 | 51 |
| Binary | 10010101 | 111010 | 1000010 | 0 | 111101 | 111000 | 101010 | 101100011 | 101100 | 101001 |
Color Harmonies of #953A42
Complementary color
Monochromatic Colors of #953A42
Black with #953A42
Text Example
Text Example
White with #953A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953A42; }
p { color: rgb(149,58,66); }
H1.HeaderClassName
{
color: #953A42;
}
.AnyTagClassName
{
color: #953A42;
}
</style>
background-color css
<style>
a { background-color: #953A42; }
a { background-color: rgb(149,58,66); }
div.DivClassName
{
background-color: #953A42;
}
.BgClassName
{
background-color: #953A42;
}
</style>
border-color css
<style>
span { border-color: #953A42; }
span { border-color: rgb(149,58,66); }
td.TdClassName
{
border-color: #953A42;
}
.TagClassName
{
border-color: #953A42;
}
</style>