Shades of Well Read #8A363C
Tints of Well Read #8A363C
RGB
CMYK
RGB Variations
Color information
#8A363C (or 0x8A363C) is known color: Well Read. HEX triplet: 8A, 36 and 3C. RGB value is (138,54,60). Sum of RGB (Red+Green+Blue) = 138+54+60=252 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.76% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 138 - color contains mainly: red. Hex color #8A363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A363C is #75C9C3. Grayscale: #4F4F4F. Windows color (decimal): -7719364 or 3946122. OLE color: 3946122.
HSL color Cylindrical-coordinate representation of color #8A363C: hue angle of 355.71º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A363C is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 54 | 60 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.46 |
| HSL | 355.71º | 0.44% | 0.38% | - |
| HSV(B) | 355.71º | 0.61% | 0.54% | - |
| XYZ | 12.62 | 8.37 | 5.23 | - |
| YUV | 79.8 | 116.83 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 54 | 60 | 0 | 0.61 | 0.57 | 0.46 | 355.71 | 0.44 | 0.38 |
| Hex | 8A | 36 | 3C | 0 | 3D | 39 | 2E | 164 | 2C | 26 |
| Octal | 212 | 66 | 74 | 0 | 75 | 71 | 56 | 544 | 54 | 46 |
| Binary | 10001010 | 110110 | 111100 | 0 | 111101 | 111001 | 101110 | 101100100 | 101100 | 100110 |
Color Harmonies of #8A363C
Complementary color
Monochromatic Colors of #8A363C
Black with #8A363C
Text Example
Text Example
White with #8A363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A363C; }
p { color: rgb(138,54,60); }
H1.HeaderClassName
{
color: #8A363C;
}
.AnyTagClassName
{
color: #8A363C;
}
</style>
background-color css
<style>
a { background-color: #8A363C; }
a { background-color: rgb(138,54,60); }
div.DivClassName
{
background-color: #8A363C;
}
.BgClassName
{
background-color: #8A363C;
}
</style>
border-color css
<style>
span { border-color: #8A363C; }
span { border-color: rgb(138,54,60); }
td.TdClassName
{
border-color: #8A363C;
}
.TagClassName
{
border-color: #8A363C;
}
</style>