Shades of Well Read #9A373A
Tints of Well Read #9A373A
RGB
CMYK
RGB Variations
Color information
#9A373A (or 0x9A373A) is known color: Well Read. HEX triplet: 9A, 37 and 3A. RGB value is (154,55,58). Sum of RGB (Red+Green+Blue) = 154+55+58=267 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.68% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 154 - color contains mainly: red. Hex color #9A373A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A373A is #65C8C5. Grayscale: #555555. Windows color (decimal): -6670534 or 3815322. OLE color: 3815322.
HSL color Cylindrical-coordinate representation of color #9A373A: hue angle of 358.18º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A373A is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 55 | 58 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.40 |
| HSL | 358.18º | 0.47% | 0.41% | - |
| HSV(B) | 358.18º | 0.64% | 0.6% | - |
| XYZ | 15.46 | 9.91 | 5.1 | - |
| YUV | 84.94 | 112.8 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 55 | 58 | 0 | 0.64 | 0.62 | 0.40 | 358.18 | 0.47 | 0.41 |
| Hex | 9A | 37 | 3A | 0 | 40 | 3E | 28 | 166 | 2F | 29 |
| Octal | 232 | 67 | 72 | 0 | 100 | 76 | 50 | 546 | 57 | 51 |
| Binary | 10011010 | 110111 | 111010 | 0 | 1000000 | 111110 | 101000 | 101100110 | 101111 | 101001 |
Color Harmonies of #9A373A
Complementary color
Monochromatic Colors of #9A373A
Black with #9A373A
Text Example
Text Example
White with #9A373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A373A; }
p { color: rgb(154,55,58); }
H1.HeaderClassName
{
color: #9A373A;
}
.AnyTagClassName
{
color: #9A373A;
}
</style>
background-color css
<style>
a { background-color: #9A373A; }
a { background-color: rgb(154,55,58); }
div.DivClassName
{
background-color: #9A373A;
}
.BgClassName
{
background-color: #9A373A;
}
</style>
border-color css
<style>
span { border-color: #9A373A; }
span { border-color: rgb(154,55,58); }
td.TdClassName
{
border-color: #9A373A;
}
.TagClassName
{
border-color: #9A373A;
}
</style>