Shades of Well Read #953240
Tints of Well Read #953240
RGB
CMYK
RGB Variations
Color information
#953240 (or 0x953240) is known color: Well Read. HEX triplet: 95, 32 and 40. RGB value is (149,50,64). Sum of RGB (Red+Green+Blue) = 149+50+64=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #953240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953240 is #6ACDBF. Grayscale: #515151. Windows color (decimal): -6999488 or 4207253. OLE color: 4207253.
HSL color Cylindrical-coordinate representation of color #953240: hue angle of 351.52º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953240 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 50 | 64 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.42 |
| HSL | 351.52º | 0.5% | 0.39% | - |
| HSV(B) | 351.52º | 0.66% | 0.58% | - |
| XYZ | 14.46 | 9.04 | 5.83 | - |
| YUV | 81.2 | 118.3 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 64 | 0 | 0.66 | 0.57 | 0.42 | 351.52 | 0.5 | 0.39 |
| Hex | 95 | 32 | 40 | 0 | 42 | 39 | 2A | 160 | 32 | 27 |
| Octal | 225 | 62 | 100 | 0 | 102 | 71 | 52 | 540 | 62 | 47 |
| Binary | 10010101 | 110010 | 1000000 | 0 | 1000010 | 111001 | 101010 | 101100000 | 110010 | 100111 |
Color Harmonies of #953240
Complementary color
Monochromatic Colors of #953240
Black with #953240
Text Example
Text Example
White with #953240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953240; }
p { color: rgb(149,50,64); }
H1.HeaderClassName
{
color: #953240;
}
.AnyTagClassName
{
color: #953240;
}
</style>
background-color css
<style>
a { background-color: #953240; }
a { background-color: rgb(149,50,64); }
div.DivClassName
{
background-color: #953240;
}
.BgClassName
{
background-color: #953240;
}
</style>
border-color css
<style>
span { border-color: #953240; }
span { border-color: rgb(149,50,64); }
td.TdClassName
{
border-color: #953240;
}
.TagClassName
{
border-color: #953240;
}
</style>