Shades of Old Brick #862F33
Tints of Old Brick #862F33
RGB
CMYK
RGB Variations
Color information
#862F33 (or 0x862F33) is known color: Old Brick. HEX triplet: 86, 2F and 33. RGB value is (134,47,51). Sum of RGB (Red+Green+Blue) = 134+47+51=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #862F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862F33 is #79D0CC. Grayscale: #494949. Windows color (decimal): -7983309 or 3354502. OLE color: 3354502.
HSL color Cylindrical-coordinate representation of color #862F33: hue angle of 357.24º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #862F33 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 47 | 51 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.47 |
| HSL | 357.24º | 0.48% | 0.35% | - |
| HSV(B) | 357.24º | 0.65% | 0.53% | - |
| XYZ | 11.45 | 7.34 | 3.95 | - |
| YUV | 73.47 | 115.32 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 47 | 51 | 0 | 0.65 | 0.62 | 0.47 | 357.24 | 0.48 | 0.35 |
| Hex | 86 | 2F | 33 | 0 | 41 | 3E | 2F | 165 | 30 | 23 |
| Octal | 206 | 57 | 63 | 0 | 101 | 76 | 57 | 545 | 60 | 43 |
| Binary | 10000110 | 101111 | 110011 | 0 | 1000001 | 111110 | 101111 | 101100101 | 110000 | 100011 |
Color Harmonies of #862F33
Complementary color
Monochromatic Colors of #862F33
Black with #862F33
Text Example
Text Example
White with #862F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862F33; }
p { color: rgb(134,47,51); }
H1.HeaderClassName
{
color: #862F33;
}
.AnyTagClassName
{
color: #862F33;
}
</style>
background-color css
<style>
a { background-color: #862F33; }
a { background-color: rgb(134,47,51); }
div.DivClassName
{
background-color: #862F33;
}
.BgClassName
{
background-color: #862F33;
}
</style>
border-color css
<style>
span { border-color: #862F33; }
span { border-color: rgb(134,47,51); }
td.TdClassName
{
border-color: #862F33;
}
.TagClassName
{
border-color: #862F33;
}
</style>