Shades of Well Read #9A3640
Tints of Well Read #9A3640
RGB
CMYK
RGB Variations
Color information
#9A3640 (or 0x9A3640) is known color: Well Read. HEX triplet: 9A, 36 and 40. RGB value is (154,54,64). Sum of RGB (Red+Green+Blue) = 154+54+64=272 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.62% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3640 is #65C9BF. Grayscale: #555555. Windows color (decimal): -6670784 or 4208282. OLE color: 4208282.
HSL color Cylindrical-coordinate representation of color #9A3640: hue angle of 354º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A3640 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 54 | 64 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.40 |
| HSL | 354º | 0.48% | 0.41% | - |
| HSV(B) | 354º | 0.65% | 0.6% | - |
| XYZ | 15.57 | 9.88 | 5.94 | - |
| YUV | 85.04 | 116.13 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 54 | 64 | 0 | 0.65 | 0.58 | 0.40 | 354 | 0.48 | 0.41 |
| Hex | 9A | 36 | 40 | 0 | 41 | 3A | 28 | 162 | 30 | 29 |
| Octal | 232 | 66 | 100 | 0 | 101 | 72 | 50 | 542 | 60 | 51 |
| Binary | 10011010 | 110110 | 1000000 | 0 | 1000001 | 111010 | 101000 | 101100010 | 110000 | 101001 |
Color Harmonies of #9A3640
Complementary color
Monochromatic Colors of #9A3640
Black with #9A3640
Text Example
Text Example
White with #9A3640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3640; }
p { color: rgb(154,54,64); }
H1.HeaderClassName
{
color: #9A3640;
}
.AnyTagClassName
{
color: #9A3640;
}
</style>
background-color css
<style>
a { background-color: #9A3640; }
a { background-color: rgb(154,54,64); }
div.DivClassName
{
background-color: #9A3640;
}
.BgClassName
{
background-color: #9A3640;
}
</style>
border-color css
<style>
span { border-color: #9A3640; }
span { border-color: rgb(154,54,64); }
td.TdClassName
{
border-color: #9A3640;
}
.TagClassName
{
border-color: #9A3640;
}
</style>