Shades of Old Brick #86343D
Tints of Old Brick #86343D
RGB
CMYK
RGB Variations
Color information
#86343D (or 0x86343D) is known color: Old Brick. HEX triplet: 86, 34 and 3D. RGB value is (134,52,61). Sum of RGB (Red+Green+Blue) = 134+52+61=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #86343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86343D is #79CBC2. Grayscale: #4D4D4D. Windows color (decimal): -7982019 or 4011142. OLE color: 4011142.
HSL color Cylindrical-coordinate representation of color #86343D: hue angle of 353.41º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86343D is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 52 | 61 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.47 |
| HSL | 353.41º | 0.44% | 0.36% | - |
| HSV(B) | 353.41º | 0.61% | 0.53% | - |
| XYZ | 11.9 | 7.86 | 5.3 | - |
| YUV | 77.54 | 118.67 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 52 | 61 | 0 | 0.61 | 0.54 | 0.47 | 353.41 | 0.44 | 0.36 |
| Hex | 86 | 34 | 3D | 0 | 3D | 36 | 2F | 161 | 2C | 24 |
| Octal | 206 | 64 | 75 | 0 | 75 | 66 | 57 | 541 | 54 | 44 |
| Binary | 10000110 | 110100 | 111101 | 0 | 111101 | 110110 | 101111 | 101100001 | 101100 | 100100 |
Color Harmonies of #86343D
Complementary color
Monochromatic Colors of #86343D
Black with #86343D
Text Example
Text Example
White with #86343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86343D; }
p { color: rgb(134,52,61); }
H1.HeaderClassName
{
color: #86343D;
}
.AnyTagClassName
{
color: #86343D;
}
</style>
background-color css
<style>
a { background-color: #86343D; }
a { background-color: rgb(134,52,61); }
div.DivClassName
{
background-color: #86343D;
}
.BgClassName
{
background-color: #86343D;
}
</style>
border-color css
<style>
span { border-color: #86343D; }
span { border-color: rgb(134,52,61); }
td.TdClassName
{
border-color: #86343D;
}
.TagClassName
{
border-color: #86343D;
}
</style>