Shades of Well Read #9A373B
Tints of Well Read #9A373B
RGB
CMYK
RGB Variations
Color information
#9A373B (or 0x9A373B) is known color: Well Read. HEX triplet: 9A, 37 and 3B. RGB value is (154,55,59). Sum of RGB (Red+Green+Blue) = 154+55+59=268 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.46% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 154 - color contains mainly: red. Hex color #9A373B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A373B is #65C8C4. Grayscale: #555555. Windows color (decimal): -6670533 or 3880858. OLE color: 3880858.
HSL color Cylindrical-coordinate representation of color #9A373B: hue angle of 357.58º 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 #9A373B is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 55 | 59 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.40 |
| HSL | 357.58º | 0.47% | 0.41% | - |
| HSV(B) | 357.58º | 0.64% | 0.6% | - |
| XYZ | 15.48 | 9.92 | 5.24 | - |
| YUV | 85.06 | 113.3 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 55 | 59 | 0 | 0.64 | 0.62 | 0.40 | 357.58 | 0.47 | 0.41 |
| Hex | 9A | 37 | 3B | 0 | 40 | 3E | 28 | 166 | 2F | 29 |
| Octal | 232 | 67 | 73 | 0 | 100 | 76 | 50 | 546 | 57 | 51 |
| Binary | 10011010 | 110111 | 111011 | 0 | 1000000 | 111110 | 101000 | 101100110 | 101111 | 101001 |
Color Harmonies of #9A373B
Complementary color
Monochromatic Colors of #9A373B
Black with #9A373B
Text Example
Text Example
White with #9A373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A373B; }
p { color: rgb(154,55,59); }
H1.HeaderClassName
{
color: #9A373B;
}
.AnyTagClassName
{
color: #9A373B;
}
</style>
background-color css
<style>
a { background-color: #9A373B; }
a { background-color: rgb(154,55,59); }
div.DivClassName
{
background-color: #9A373B;
}
.BgClassName
{
background-color: #9A373B;
}
</style>
border-color css
<style>
span { border-color: #9A373B; }
span { border-color: rgb(154,55,59); }
td.TdClassName
{
border-color: #9A373B;
}
.TagClassName
{
border-color: #9A373B;
}
</style>