Shades of Well Read #8A383C
Tints of Well Read #8A383C
RGB
CMYK
RGB Variations
Color information
#8A383C (or 0x8A383C) is known color: Well Read. HEX triplet: 8A, 38 and 3C. RGB value is (138,56,60). Sum of RGB (Red+Green+Blue) = 138+56+60=254 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.33% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 138 - color contains mainly: red. Hex color #8A383C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A383C is #75C7C3. Grayscale: #515151. Windows color (decimal): -7718852 or 3946634. OLE color: 3946634.
HSL color Cylindrical-coordinate representation of color #8A383C: hue angle of 357.07º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A383C is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 56 | 60 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.46 |
| HSL | 357.07º | 0.42% | 0.38% | - |
| HSV(B) | 357.07º | 0.59% | 0.54% | - |
| XYZ | 12.71 | 8.56 | 5.26 | - |
| YUV | 80.97 | 116.17 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 56 | 60 | 0 | 0.59 | 0.57 | 0.46 | 357.07 | 0.42 | 0.38 |
| Hex | 8A | 38 | 3C | 0 | 3B | 39 | 2E | 165 | 2A | 26 |
| Octal | 212 | 70 | 74 | 0 | 73 | 71 | 56 | 545 | 52 | 46 |
| Binary | 10001010 | 111000 | 111100 | 0 | 111011 | 111001 | 101110 | 101100101 | 101010 | 100110 |
Color Harmonies of #8A383C
Complementary color
Monochromatic Colors of #8A383C
Black with #8A383C
Text Example
Text Example
White with #8A383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A383C; }
p { color: rgb(138,56,60); }
H1.HeaderClassName
{
color: #8A383C;
}
.AnyTagClassName
{
color: #8A383C;
}
</style>
background-color css
<style>
a { background-color: #8A383C; }
a { background-color: rgb(138,56,60); }
div.DivClassName
{
background-color: #8A383C;
}
.BgClassName
{
background-color: #8A383C;
}
</style>
border-color css
<style>
span { border-color: #8A383C; }
span { border-color: rgb(138,56,60); }
td.TdClassName
{
border-color: #8A383C;
}
.TagClassName
{
border-color: #8A383C;
}
</style>