Shades of Well Read #9A3240
Tints of Well Read #9A3240
RGB
CMYK
RGB Variations
Color information
#9A3240 (or 0x9A3240) is known color: Well Read. HEX triplet: 9A, 32 and 40. RGB value is (154,50,64). Sum of RGB (Red+Green+Blue) = 154+50+64=268 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.46% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3240 is #65CDBF. Grayscale: #525252. Windows color (decimal): -6671808 or 4207258. OLE color: 4207258.
HSL color Cylindrical-coordinate representation of color #9A3240: hue angle of 351.92º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A3240 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 50 | 64 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.40 |
| HSL | 351.92º | 0.51% | 0.4% | - |
| HSV(B) | 351.92º | 0.68% | 0.6% | - |
| XYZ | 15.39 | 9.52 | 5.88 | - |
| YUV | 82.69 | 117.46 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 50 | 64 | 0 | 0.68 | 0.58 | 0.40 | 351.92 | 0.51 | 0.4 |
| Hex | 9A | 32 | 40 | 0 | 44 | 3A | 28 | 160 | 33 | 28 |
| Octal | 232 | 62 | 100 | 0 | 104 | 72 | 50 | 540 | 63 | 50 |
| Binary | 10011010 | 110010 | 1000000 | 0 | 1000100 | 111010 | 101000 | 101100000 | 110011 | 101000 |
Color Harmonies of #9A3240
Complementary color
Monochromatic Colors of #9A3240
Black with #9A3240
Text Example
Text Example
White with #9A3240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3240; }
p { color: rgb(154,50,64); }
H1.HeaderClassName
{
color: #9A3240;
}
.AnyTagClassName
{
color: #9A3240;
}
</style>
background-color css
<style>
a { background-color: #9A3240; }
a { background-color: rgb(154,50,64); }
div.DivClassName
{
background-color: #9A3240;
}
.BgClassName
{
background-color: #9A3240;
}
</style>
border-color css
<style>
span { border-color: #9A3240; }
span { border-color: rgb(154,50,64); }
td.TdClassName
{
border-color: #9A3240;
}
.TagClassName
{
border-color: #9A3240;
}
</style>