Shades of Well Read #9A393B
Tints of Well Read #9A393B
RGB
CMYK
RGB Variations
Color information
#9A393B (or 0x9A393B) is known color: Well Read. HEX triplet: 9A, 39 and 3B. RGB value is (154,57,59). Sum of RGB (Red+Green+Blue) = 154+57+59=270 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.04% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 154 - color contains mainly: red. Hex color #9A393B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A393B is #65C6C4. Grayscale: #565656. Windows color (decimal): -6670021 or 3881370. OLE color: 3881370.
HSL color Cylindrical-coordinate representation of color #9A393B: hue angle of 358.76º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9A393B is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 57 | 59 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.40 |
| HSL | 358.76º | 0.46% | 0.41% | - |
| HSV(B) | 358.76º | 0.63% | 0.6% | - |
| XYZ | 15.58 | 10.11 | 5.27 | - |
| YUV | 86.23 | 112.64 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 57 | 59 | 0 | 0.63 | 0.62 | 0.40 | 358.76 | 0.46 | 0.41 |
| Hex | 9A | 39 | 3B | 0 | 3F | 3E | 28 | 167 | 2E | 29 |
| Octal | 232 | 71 | 73 | 0 | 77 | 76 | 50 | 547 | 56 | 51 |
| Binary | 10011010 | 111001 | 111011 | 0 | 111111 | 111110 | 101000 | 101100111 | 101110 | 101001 |
Color Harmonies of #9A393B
Complementary color
Monochromatic Colors of #9A393B
Black with #9A393B
Text Example
Text Example
White with #9A393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A393B; }
p { color: rgb(154,57,59); }
H1.HeaderClassName
{
color: #9A393B;
}
.AnyTagClassName
{
color: #9A393B;
}
</style>
background-color css
<style>
a { background-color: #9A393B; }
a { background-color: rgb(154,57,59); }
div.DivClassName
{
background-color: #9A393B;
}
.BgClassName
{
background-color: #9A393B;
}
</style>
border-color css
<style>
span { border-color: #9A393B; }
span { border-color: rgb(154,57,59); }
td.TdClassName
{
border-color: #9A393B;
}
.TagClassName
{
border-color: #9A393B;
}
</style>