Shades of Old Brick #8A303C
Tints of Old Brick #8A303C
RGB
CMYK
RGB Variations
Color information
#8A303C (or 0x8A303C) is known color: Old Brick. HEX triplet: 8A, 30 and 3C. RGB value is (138,48,60). Sum of RGB (Red+Green+Blue) = 138+48+60=246 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.10% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 138 - color contains mainly: red. Hex color #8A303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A303C is #75CFC3. Grayscale: #4C4C4C. Windows color (decimal): -7720900 or 3944586. OLE color: 3944586.
HSL color Cylindrical-coordinate representation of color #8A303C: hue angle of 352º 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 #8A303C is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 48 | 60 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.46 |
| HSL | 352º | 0.48% | 0.36% | - |
| HSV(B) | 352º | 0.65% | 0.54% | - |
| XYZ | 12.35 | 7.84 | 5.14 | - |
| YUV | 76.28 | 118.82 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 60 | 0 | 0.65 | 0.57 | 0.46 | 352 | 0.48 | 0.36 |
| Hex | 8A | 30 | 3C | 0 | 41 | 39 | 2E | 160 | 30 | 24 |
| Octal | 212 | 60 | 74 | 0 | 101 | 71 | 56 | 540 | 60 | 44 |
| Binary | 10001010 | 110000 | 111100 | 0 | 1000001 | 111001 | 101110 | 101100000 | 110000 | 100100 |
Color Harmonies of #8A303C
Complementary color
Monochromatic Colors of #8A303C
Black with #8A303C
Text Example
Text Example
White with #8A303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A303C; }
p { color: rgb(138,48,60); }
H1.HeaderClassName
{
color: #8A303C;
}
.AnyTagClassName
{
color: #8A303C;
}
</style>
background-color css
<style>
a { background-color: #8A303C; }
a { background-color: rgb(138,48,60); }
div.DivClassName
{
background-color: #8A303C;
}
.BgClassName
{
background-color: #8A303C;
}
</style>
border-color css
<style>
span { border-color: #8A303C; }
span { border-color: rgb(138,48,60); }
td.TdClassName
{
border-color: #8A303C;
}
.TagClassName
{
border-color: #8A303C;
}
</style>