Shades of Old Brick #833035
Tints of Old Brick #833035
RGB
CMYK
RGB Variations
Color information
#833035 (or 0x833035) is known color: Old Brick. HEX triplet: 83, 30 and 35. RGB value is (131,48,53). Sum of RGB (Red+Green+Blue) = 131+48+53=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #833035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833035 is #7CCFCA. Grayscale: #494949. Windows color (decimal): -8179659 or 3485827. OLE color: 3485827.
HSL color Cylindrical-coordinate representation of color #833035: hue angle of 356.39º 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 #833035 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 48 | 53 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.49 |
| HSL | 356.39º | 0.46% | 0.35% | - |
| HSV(B) | 356.39º | 0.63% | 0.51% | - |
| XYZ | 11.06 | 7.2 | 4.17 | - |
| YUV | 73.39 | 116.5 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 48 | 53 | 0 | 0.63 | 0.60 | 0.49 | 356.39 | 0.46 | 0.35 |
| Hex | 83 | 30 | 35 | 0 | 3F | 3C | 31 | 164 | 2E | 23 |
| Octal | 203 | 60 | 65 | 0 | 77 | 74 | 61 | 544 | 56 | 43 |
| Binary | 10000011 | 110000 | 110101 | 0 | 111111 | 111100 | 110001 | 101100100 | 101110 | 100011 |
Color Harmonies of #833035
Complementary color
Monochromatic Colors of #833035
Black with #833035
Text Example
Text Example
White with #833035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833035; }
p { color: rgb(131,48,53); }
H1.HeaderClassName
{
color: #833035;
}
.AnyTagClassName
{
color: #833035;
}
</style>
background-color css
<style>
a { background-color: #833035; }
a { background-color: rgb(131,48,53); }
div.DivClassName
{
background-color: #833035;
}
.BgClassName
{
background-color: #833035;
}
</style>
border-color css
<style>
span { border-color: #833035; }
span { border-color: rgb(131,48,53); }
td.TdClassName
{
border-color: #833035;
}
.TagClassName
{
border-color: #833035;
}
</style>