Shades of Well Read #8A373F
Tints of Well Read #8A373F
RGB
CMYK
RGB Variations
Color information
#8A373F (or 0x8A373F) is known color: Well Read. HEX triplet: 8A, 37 and 3F. RGB value is (138,55,63). Sum of RGB (Red+Green+Blue) = 138+55+63=256 (33% of max value = 765). Red value is 138 (54.30% from 255 or 53.91% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 138 - color contains mainly: red. Hex color #8A373F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A373F is #75C8C0. Grayscale: #505050. Windows color (decimal): -7719105 or 4142986. OLE color: 4142986.
HSL color Cylindrical-coordinate representation of color #8A373F: hue angle of 354.22º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A373F is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 55 | 63 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.46 |
| HSL | 354.22º | 0.43% | 0.38% | - |
| HSV(B) | 354.22º | 0.6% | 0.54% | - |
| XYZ | 12.74 | 8.49 | 5.67 | - |
| YUV | 80.73 | 118 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 55 | 63 | 0 | 0.60 | 0.54 | 0.46 | 354.22 | 0.43 | 0.38 |
| Hex | 8A | 37 | 3F | 0 | 3C | 36 | 2E | 162 | 2B | 26 |
| Octal | 212 | 67 | 77 | 0 | 74 | 66 | 56 | 542 | 53 | 46 |
| Binary | 10001010 | 110111 | 111111 | 0 | 111100 | 110110 | 101110 | 101100010 | 101011 | 100110 |
Color Harmonies of #8A373F
Complementary color
Monochromatic Colors of #8A373F
Black with #8A373F
Text Example
Text Example
White with #8A373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A373F; }
p { color: rgb(138,55,63); }
H1.HeaderClassName
{
color: #8A373F;
}
.AnyTagClassName
{
color: #8A373F;
}
</style>
background-color css
<style>
a { background-color: #8A373F; }
a { background-color: rgb(138,55,63); }
div.DivClassName
{
background-color: #8A373F;
}
.BgClassName
{
background-color: #8A373F;
}
</style>
border-color css
<style>
span { border-color: #8A373F; }
span { border-color: rgb(138,55,63); }
td.TdClassName
{
border-color: #8A373F;
}
.TagClassName
{
border-color: #8A373F;
}
</style>