Shades of Old Brick #8A323B
Tints of Old Brick #8A323B
RGB
CMYK
RGB Variations
Color information
#8A323B (or 0x8A323B) is known color: Old Brick. HEX triplet: 8A, 32 and 3B. RGB value is (138,50,59). Sum of RGB (Red+Green+Blue) = 138+50+59=247 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.87% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 138 - color contains mainly: red. Hex color #8A323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A323B is #75CDC4. Grayscale: #4D4D4D. Windows color (decimal): -7720389 or 3879562. OLE color: 3879562.
HSL color Cylindrical-coordinate representation of color #8A323B: hue angle of 353.86º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A323B is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 50 | 59 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.46 |
| HSL | 353.86º | 0.47% | 0.37% | - |
| HSV(B) | 353.86º | 0.64% | 0.54% | - |
| XYZ | 12.41 | 8 | 5.03 | - |
| YUV | 77.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 50 | 59 | 0 | 0.64 | 0.57 | 0.46 | 353.86 | 0.47 | 0.37 |
| Hex | 8A | 32 | 3B | 0 | 40 | 39 | 2E | 162 | 2F | 25 |
| Octal | 212 | 62 | 73 | 0 | 100 | 71 | 56 | 542 | 57 | 45 |
| Binary | 10001010 | 110010 | 111011 | 0 | 1000000 | 111001 | 101110 | 101100010 | 101111 | 100101 |
Color Harmonies of #8A323B
Complementary color
Monochromatic Colors of #8A323B
Black with #8A323B
Text Example
Text Example
White with #8A323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A323B; }
p { color: rgb(138,50,59); }
H1.HeaderClassName
{
color: #8A323B;
}
.AnyTagClassName
{
color: #8A323B;
}
</style>
background-color css
<style>
a { background-color: #8A323B; }
a { background-color: rgb(138,50,59); }
div.DivClassName
{
background-color: #8A323B;
}
.BgClassName
{
background-color: #8A323B;
}
</style>
border-color css
<style>
span { border-color: #8A323B; }
span { border-color: rgb(138,50,59); }
td.TdClassName
{
border-color: #8A323B;
}
.TagClassName
{
border-color: #8A323B;
}
</style>