Shades of Old Brick #86323A
Tints of Old Brick #86323A
RGB
CMYK
RGB Variations
Color information
#86323A (or 0x86323A) is known color: Old Brick. HEX triplet: 86, 32 and 3A. RGB value is (134,50,58). Sum of RGB (Red+Green+Blue) = 134+50+58=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #86323A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86323A is #79CDC5. Grayscale: #4C4C4C. Windows color (decimal): -7982534 or 3814022. OLE color: 3814022.
HSL color Cylindrical-coordinate representation of color #86323A: hue angle of 354.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86323A is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 50 | 58 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.47 |
| HSL | 354.29º | 0.46% | 0.36% | - |
| HSV(B) | 354.29º | 0.63% | 0.53% | - |
| XYZ | 11.74 | 7.66 | 4.86 | - |
| YUV | 76.03 | 117.83 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 58 | 0 | 0.63 | 0.57 | 0.47 | 354.29 | 0.46 | 0.36 |
| Hex | 86 | 32 | 3A | 0 | 3F | 39 | 2F | 162 | 2E | 24 |
| Octal | 206 | 62 | 72 | 0 | 77 | 71 | 57 | 542 | 56 | 44 |
| Binary | 10000110 | 110010 | 111010 | 0 | 111111 | 111001 | 101111 | 101100010 | 101110 | 100100 |
Color Harmonies of #86323A
Complementary color
Monochromatic Colors of #86323A
Black with #86323A
Text Example
Text Example
White with #86323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86323A; }
p { color: rgb(134,50,58); }
H1.HeaderClassName
{
color: #86323A;
}
.AnyTagClassName
{
color: #86323A;
}
</style>
background-color css
<style>
a { background-color: #86323A; }
a { background-color: rgb(134,50,58); }
div.DivClassName
{
background-color: #86323A;
}
.BgClassName
{
background-color: #86323A;
}
</style>
border-color css
<style>
span { border-color: #86323A; }
span { border-color: rgb(134,50,58); }
td.TdClassName
{
border-color: #86323A;
}
.TagClassName
{
border-color: #86323A;
}
</style>