Shades of Old Brick #86313B
Tints of Old Brick #86313B
RGB
CMYK
RGB Variations
Color information
#86313B (or 0x86313B) is known color: Old Brick. HEX triplet: 86, 31 and 3B. RGB value is (134,49,59). Sum of RGB (Red+Green+Blue) = 134+49+59=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #86313B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86313B is #79CEC4. Grayscale: #4B4B4B. Windows color (decimal): -7982789 or 3879302. OLE color: 3879302.
HSL color Cylindrical-coordinate representation of color #86313B: hue angle of 352.94º 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 #86313B is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 49 | 59 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.47 |
| HSL | 352.94º | 0.46% | 0.36% | - |
| HSV(B) | 352.94º | 0.63% | 0.53% | - |
| XYZ | 11.72 | 7.58 | 4.98 | - |
| YUV | 75.56 | 118.66 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 59 | 0 | 0.63 | 0.56 | 0.47 | 352.94 | 0.46 | 0.36 |
| Hex | 86 | 31 | 3B | 0 | 3F | 38 | 2F | 161 | 2E | 24 |
| Octal | 206 | 61 | 73 | 0 | 77 | 70 | 57 | 541 | 56 | 44 |
| Binary | 10000110 | 110001 | 111011 | 0 | 111111 | 111000 | 101111 | 101100001 | 101110 | 100100 |
Color Harmonies of #86313B
Complementary color
Monochromatic Colors of #86313B
Black with #86313B
Text Example
Text Example
White with #86313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86313B; }
p { color: rgb(134,49,59); }
H1.HeaderClassName
{
color: #86313B;
}
.AnyTagClassName
{
color: #86313B;
}
</style>
background-color css
<style>
a { background-color: #86313B; }
a { background-color: rgb(134,49,59); }
div.DivClassName
{
background-color: #86313B;
}
.BgClassName
{
background-color: #86313B;
}
</style>
border-color css
<style>
span { border-color: #86313B; }
span { border-color: rgb(134,49,59); }
td.TdClassName
{
border-color: #86313B;
}
.TagClassName
{
border-color: #86313B;
}
</style>