Shades of Old Brick #863139
Tints of Old Brick #863139
RGB
CMYK
RGB Variations
Color information
#863139 (or 0x863139) is known color: Old Brick. HEX triplet: 86, 31 and 39. RGB value is (134,49,57). Sum of RGB (Red+Green+Blue) = 134+49+57=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #863139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863139 is #79CEC6. Grayscale: #4B4B4B. Windows color (decimal): -7982791 or 3748230. OLE color: 3748230.
HSL color Cylindrical-coordinate representation of color #863139: hue angle of 354.35º 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 #863139 is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 49 | 57 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.47 |
| HSL | 354.35º | 0.46% | 0.36% | - |
| HSV(B) | 354.35º | 0.63% | 0.53% | - |
| XYZ | 11.67 | 7.56 | 4.72 | - |
| YUV | 75.33 | 117.66 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 57 | 0 | 0.63 | 0.57 | 0.47 | 354.35 | 0.46 | 0.36 |
| Hex | 86 | 31 | 39 | 0 | 3F | 39 | 2F | 162 | 2E | 24 |
| Octal | 206 | 61 | 71 | 0 | 77 | 71 | 57 | 542 | 56 | 44 |
| Binary | 10000110 | 110001 | 111001 | 0 | 111111 | 111001 | 101111 | 101100010 | 101110 | 100100 |
Color Harmonies of #863139
Complementary color
Monochromatic Colors of #863139
Black with #863139
Text Example
Text Example
White with #863139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863139; }
p { color: rgb(134,49,57); }
H1.HeaderClassName
{
color: #863139;
}
.AnyTagClassName
{
color: #863139;
}
</style>
background-color css
<style>
a { background-color: #863139; }
a { background-color: rgb(134,49,57); }
div.DivClassName
{
background-color: #863139;
}
.BgClassName
{
background-color: #863139;
}
</style>
border-color css
<style>
span { border-color: #863139; }
span { border-color: rgb(134,49,57); }
td.TdClassName
{
border-color: #863139;
}
.TagClassName
{
border-color: #863139;
}
</style>