Shades of Old Brick #833135
Tints of Old Brick #833135
RGB
CMYK
RGB Variations
Color information
#833135 (or 0x833135) is known color: Old Brick. HEX triplet: 83, 31 and 35. RGB value is (131,49,53). Sum of RGB (Red+Green+Blue) = 131+49+53=233 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.22% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 131 - color contains mainly: red. Hex color #833135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833135 is #7CCECA. Grayscale: #4A4A4A. Windows color (decimal): -8179403 or 3486083. OLE color: 3486083.
HSL color Cylindrical-coordinate representation of color #833135: hue angle of 357.07º 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 #833135 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 49 | 53 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.49 |
| HSL | 357.07º | 0.46% | 0.35% | - |
| HSV(B) | 357.07º | 0.63% | 0.51% | - |
| XYZ | 11.1 | 7.28 | 4.19 | - |
| YUV | 73.97 | 116.17 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 49 | 53 | 0 | 0.63 | 0.60 | 0.49 | 357.07 | 0.46 | 0.35 |
| Hex | 83 | 31 | 35 | 0 | 3F | 3C | 31 | 165 | 2E | 23 |
| Octal | 203 | 61 | 65 | 0 | 77 | 74 | 61 | 545 | 56 | 43 |
| Binary | 10000011 | 110001 | 110101 | 0 | 111111 | 111100 | 110001 | 101100101 | 101110 | 100011 |
Color Harmonies of #833135
Complementary color
Monochromatic Colors of #833135
Black with #833135
Text Example
Text Example
White with #833135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833135; }
p { color: rgb(131,49,53); }
H1.HeaderClassName
{
color: #833135;
}
.AnyTagClassName
{
color: #833135;
}
</style>
background-color css
<style>
a { background-color: #833135; }
a { background-color: rgb(131,49,53); }
div.DivClassName
{
background-color: #833135;
}
.BgClassName
{
background-color: #833135;
}
</style>
border-color css
<style>
span { border-color: #833135; }
span { border-color: rgb(131,49,53); }
td.TdClassName
{
border-color: #833135;
}
.TagClassName
{
border-color: #833135;
}
</style>