Shades of Old Brick #833133
Tints of Old Brick #833133
RGB
CMYK
RGB Variations
Color information
#833133 (or 0x833133) is known color: Old Brick. HEX triplet: 83, 31 and 33. RGB value is (131,49,51). Sum of RGB (Red+Green+Blue) = 131+49+51=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #833133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833133 is #7CCECC. Grayscale: #494949. Windows color (decimal): -8179405 or 3355011. OLE color: 3355011.
HSL color Cylindrical-coordinate representation of color #833133: hue angle of 358.54º 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 #833133 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 49 | 51 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.49 |
| HSL | 358.54º | 0.46% | 0.35% | - |
| HSV(B) | 358.54º | 0.63% | 0.51% | - |
| XYZ | 11.06 | 7.26 | 3.95 | - |
| YUV | 73.75 | 115.17 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 49 | 51 | 0 | 0.63 | 0.61 | 0.49 | 358.54 | 0.46 | 0.35 |
| Hex | 83 | 31 | 33 | 0 | 3F | 3D | 31 | 167 | 2E | 23 |
| Octal | 203 | 61 | 63 | 0 | 77 | 75 | 61 | 547 | 56 | 43 |
| Binary | 10000011 | 110001 | 110011 | 0 | 111111 | 111101 | 110001 | 101100111 | 101110 | 100011 |
Color Harmonies of #833133
Complementary color
Monochromatic Colors of #833133
Black with #833133
Text Example
Text Example
White with #833133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833133; }
p { color: rgb(131,49,51); }
H1.HeaderClassName
{
color: #833133;
}
.AnyTagClassName
{
color: #833133;
}
</style>
background-color css
<style>
a { background-color: #833133; }
a { background-color: rgb(131,49,51); }
div.DivClassName
{
background-color: #833133;
}
.BgClassName
{
background-color: #833133;
}
</style>
border-color css
<style>
span { border-color: #833133; }
span { border-color: rgb(131,49,51); }
td.TdClassName
{
border-color: #833133;
}
.TagClassName
{
border-color: #833133;
}
</style>