Shades of Old Brick #8A3239
Tints of Old Brick #8A3239
RGB
CMYK
RGB Variations
Color information
#8A3239 (or 0x8A3239) is known color: Old Brick. HEX triplet: 8A, 32 and 39. RGB value is (138,50,57). Sum of RGB (Red+Green+Blue) = 138+50+57=245 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.33% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3239 is #75CDC6. Grayscale: #4D4D4D. Windows color (decimal): -7720391 or 3748490. OLE color: 3748490.
HSL color Cylindrical-coordinate representation of color #8A3239: hue angle of 355.23º 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 #8A3239 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 50 | 57 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.46 |
| HSL | 355.23º | 0.47% | 0.37% | - |
| HSV(B) | 355.23º | 0.64% | 0.54% | - |
| XYZ | 12.36 | 7.98 | 4.76 | - |
| YUV | 77.11 | 116.65 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 50 | 57 | 0 | 0.64 | 0.59 | 0.46 | 355.23 | 0.47 | 0.37 |
| Hex | 8A | 32 | 39 | 0 | 40 | 3B | 2E | 163 | 2F | 25 |
| Octal | 212 | 62 | 71 | 0 | 100 | 73 | 56 | 543 | 57 | 45 |
| Binary | 10001010 | 110010 | 111001 | 0 | 1000000 | 111011 | 101110 | 101100011 | 101111 | 100101 |
Color Harmonies of #8A3239
Complementary color
Monochromatic Colors of #8A3239
Black with #8A3239
Text Example
Text Example
White with #8A3239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3239; }
p { color: rgb(138,50,57); }
H1.HeaderClassName
{
color: #8A3239;
}
.AnyTagClassName
{
color: #8A3239;
}
</style>
background-color css
<style>
a { background-color: #8A3239; }
a { background-color: rgb(138,50,57); }
div.DivClassName
{
background-color: #8A3239;
}
.BgClassName
{
background-color: #8A3239;
}
</style>
border-color css
<style>
span { border-color: #8A3239; }
span { border-color: rgb(138,50,57); }
td.TdClassName
{
border-color: #8A3239;
}
.TagClassName
{
border-color: #8A3239;
}
</style>