Shades of Old Brick #8A2D35
Tints of Old Brick #8A2D35
RGB
CMYK
RGB Variations
Color information
#8A2D35 (or 0x8A2D35) is known color: Old Brick. HEX triplet: 8A, 2D and 35. RGB value is (138,45,53). Sum of RGB (Red+Green+Blue) = 138+45+53=236 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.47% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2D35 is #75D2CA. Grayscale: #494949. Windows color (decimal): -7721675 or 3485066. OLE color: 3485066.
HSL color Cylindrical-coordinate representation of color #8A2D35: hue angle of 354.84º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A2D35 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 45 | 53 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.46 |
| HSL | 354.84º | 0.51% | 0.36% | - |
| HSV(B) | 354.84º | 0.67% | 0.54% | - |
| XYZ | 12.06 | 7.54 | 4.19 | - |
| YUV | 73.72 | 116.31 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 53 | 0 | 0.67 | 0.62 | 0.46 | 354.84 | 0.51 | 0.36 |
| Hex | 8A | 2D | 35 | 0 | 43 | 3E | 2E | 163 | 33 | 24 |
| Octal | 212 | 55 | 65 | 0 | 103 | 76 | 56 | 543 | 63 | 44 |
| Binary | 10001010 | 101101 | 110101 | 0 | 1000011 | 111110 | 101110 | 101100011 | 110011 | 100100 |
Color Harmonies of #8A2D35
Complementary color
Monochromatic Colors of #8A2D35
Black with #8A2D35
Text Example
Text Example
White with #8A2D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2D35; }
p { color: rgb(138,45,53); }
H1.HeaderClassName
{
color: #8A2D35;
}
.AnyTagClassName
{
color: #8A2D35;
}
</style>
background-color css
<style>
a { background-color: #8A2D35; }
a { background-color: rgb(138,45,53); }
div.DivClassName
{
background-color: #8A2D35;
}
.BgClassName
{
background-color: #8A2D35;
}
</style>
border-color css
<style>
span { border-color: #8A2D35; }
span { border-color: rgb(138,45,53); }
td.TdClassName
{
border-color: #8A2D35;
}
.TagClassName
{
border-color: #8A2D35;
}
</style>