Shades of Old Brick #833134
Tints of Old Brick #833134
RGB
CMYK
RGB Variations
Color information
#833134 (or 0x833134) is known color: Old Brick. HEX triplet: 83, 31 and 34. RGB value is (131,49,52). Sum of RGB (Red+Green+Blue) = 131+49+52=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #833134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833134 is #7CCECB. Grayscale: #494949. Windows color (decimal): -8179404 or 3420547. OLE color: 3420547.
HSL color Cylindrical-coordinate representation of color #833134: hue angle of 357.8º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #833134 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 49 | 52 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.49 |
| HSL | 357.8º | 0.46% | 0.35% | - |
| HSV(B) | 357.8º | 0.63% | 0.51% | - |
| XYZ | 11.08 | 7.27 | 4.07 | - |
| YUV | 73.86 | 115.67 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 49 | 52 | 0 | 0.63 | 0.60 | 0.49 | 357.8 | 0.46 | 0.35 |
| Hex | 83 | 31 | 34 | 0 | 3F | 3C | 31 | 166 | 2E | 23 |
| Octal | 203 | 61 | 64 | 0 | 77 | 74 | 61 | 546 | 56 | 43 |
| Binary | 10000011 | 110001 | 110100 | 0 | 111111 | 111100 | 110001 | 101100110 | 101110 | 100011 |
Color Harmonies of #833134
Complementary color
Monochromatic Colors of #833134
Black with #833134
Text Example
Text Example
White with #833134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833134; }
p { color: rgb(131,49,52); }
H1.HeaderClassName
{
color: #833134;
}
.AnyTagClassName
{
color: #833134;
}
</style>
background-color css
<style>
a { background-color: #833134; }
a { background-color: rgb(131,49,52); }
div.DivClassName
{
background-color: #833134;
}
.BgClassName
{
background-color: #833134;
}
</style>
border-color css
<style>
span { border-color: #833134; }
span { border-color: rgb(131,49,52); }
td.TdClassName
{
border-color: #833134;
}
.TagClassName
{
border-color: #833134;
}
</style>