Shades of Old Brick #8A2D34
Tints of Old Brick #8A2D34
RGB
CMYK
RGB Variations
Color information
#8A2D34 (or 0x8A2D34) is known color: Old Brick. HEX triplet: 8A, 2D and 34. RGB value is (138,45,52). Sum of RGB (Red+Green+Blue) = 138+45+52=235 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.72% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2D34 is #75D2CB. Grayscale: #494949. Windows color (decimal): -7721676 or 3419530. OLE color: 3419530.
HSL color Cylindrical-coordinate representation of color #8A2D34: hue angle of 355.48º 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 #8A2D34 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 45 | 52 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.46 |
| HSL | 355.48º | 0.51% | 0.36% | - |
| HSV(B) | 355.48º | 0.67% | 0.54% | - |
| XYZ | 12.04 | 7.53 | 4.07 | - |
| YUV | 73.61 | 115.81 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 52 | 0 | 0.67 | 0.62 | 0.46 | 355.48 | 0.51 | 0.36 |
| Hex | 8A | 2D | 34 | 0 | 43 | 3E | 2E | 163 | 33 | 24 |
| Octal | 212 | 55 | 64 | 0 | 103 | 76 | 56 | 543 | 63 | 44 |
| Binary | 10001010 | 101101 | 110100 | 0 | 1000011 | 111110 | 101110 | 101100011 | 110011 | 100100 |
Color Harmonies of #8A2D34
Complementary color
Monochromatic Colors of #8A2D34
Black with #8A2D34
Text Example
Text Example
White with #8A2D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2D34; }
p { color: rgb(138,45,52); }
H1.HeaderClassName
{
color: #8A2D34;
}
.AnyTagClassName
{
color: #8A2D34;
}
</style>
background-color css
<style>
a { background-color: #8A2D34; }
a { background-color: rgb(138,45,52); }
div.DivClassName
{
background-color: #8A2D34;
}
.BgClassName
{
background-color: #8A2D34;
}
</style>
border-color css
<style>
span { border-color: #8A2D34; }
span { border-color: rgb(138,45,52); }
td.TdClassName
{
border-color: #8A2D34;
}
.TagClassName
{
border-color: #8A2D34;
}
</style>