Shades of Well Read #8A373D
Tints of Well Read #8A373D
RGB
CMYK
RGB Variations
Color information
#8A373D (or 0x8A373D) is known color: Well Read. HEX triplet: 8A, 37 and 3D. RGB value is (138,55,61). Sum of RGB (Red+Green+Blue) = 138+55+61=254 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.33% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 138 - color contains mainly: red. Hex color #8A373D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A373D is #75C8C2. Grayscale: #505050. Windows color (decimal): -7719107 or 4011914. OLE color: 4011914.
HSL color Cylindrical-coordinate representation of color #8A373D: hue angle of 355.66º 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 #8A373D is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 55 | 61 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.46 |
| HSL | 355.66º | 0.43% | 0.38% | - |
| HSV(B) | 355.66º | 0.6% | 0.54% | - |
| XYZ | 12.69 | 8.47 | 5.38 | - |
| YUV | 80.5 | 117 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 55 | 61 | 0 | 0.60 | 0.56 | 0.46 | 355.66 | 0.43 | 0.38 |
| Hex | 8A | 37 | 3D | 0 | 3C | 38 | 2E | 164 | 2B | 26 |
| Octal | 212 | 67 | 75 | 0 | 74 | 70 | 56 | 544 | 53 | 46 |
| Binary | 10001010 | 110111 | 111101 | 0 | 111100 | 111000 | 101110 | 101100100 | 101011 | 100110 |
Color Harmonies of #8A373D
Complementary color
Monochromatic Colors of #8A373D
Black with #8A373D
Text Example
Text Example
White with #8A373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A373D; }
p { color: rgb(138,55,61); }
H1.HeaderClassName
{
color: #8A373D;
}
.AnyTagClassName
{
color: #8A373D;
}
</style>
background-color css
<style>
a { background-color: #8A373D; }
a { background-color: rgb(138,55,61); }
div.DivClassName
{
background-color: #8A373D;
}
.BgClassName
{
background-color: #8A373D;
}
</style>
border-color css
<style>
span { border-color: #8A373D; }
span { border-color: rgb(138,55,61); }
td.TdClassName
{
border-color: #8A373D;
}
.TagClassName
{
border-color: #8A373D;
}
</style>