Shades of Old Brick #8A3031
Tints of Old Brick #8A3031
RGB
CMYK
RGB Variations
Color information
#8A3031 (or 0x8A3031) is known color: Old Brick. HEX triplet: 8A, 30 and 31. RGB value is (138,48,49). Sum of RGB (Red+Green+Blue) = 138+48+49=235 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.72% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3031 is #75CFCE. Grayscale: #4B4B4B. Windows color (decimal): -7720911 or 3223690. OLE color: 3223690.
HSL color Cylindrical-coordinate representation of color #8A3031: hue angle of 359.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A3031 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 48 | 49 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.46 |
| HSL | 359.33º | 0.48% | 0.36% | - |
| HSV(B) | 359.33º | 0.65% | 0.54% | - |
| XYZ | 12.09 | 7.74 | 3.76 | - |
| YUV | 75.02 | 113.32 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 49 | 0 | 0.65 | 0.64 | 0.46 | 359.33 | 0.48 | 0.36 |
| Hex | 8A | 30 | 31 | 0 | 41 | 40 | 2E | 167 | 30 | 24 |
| Octal | 212 | 60 | 61 | 0 | 101 | 100 | 56 | 547 | 60 | 44 |
| Binary | 10001010 | 110000 | 110001 | 0 | 1000001 | 1000000 | 101110 | 101100111 | 110000 | 100100 |
Color Harmonies of #8A3031
Complementary color
Monochromatic Colors of #8A3031
Black with #8A3031
Text Example
Text Example
White with #8A3031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3031; }
p { color: rgb(138,48,49); }
H1.HeaderClassName
{
color: #8A3031;
}
.AnyTagClassName
{
color: #8A3031;
}
</style>
background-color css
<style>
a { background-color: #8A3031; }
a { background-color: rgb(138,48,49); }
div.DivClassName
{
background-color: #8A3031;
}
.BgClassName
{
background-color: #8A3031;
}
</style>
border-color css
<style>
span { border-color: #8A3031; }
span { border-color: rgb(138,48,49); }
td.TdClassName
{
border-color: #8A3031;
}
.TagClassName
{
border-color: #8A3031;
}
</style>