Shades of Old Brick #833338
Tints of Old Brick #833338
RGB
CMYK
RGB Variations
Color information
#833338 (or 0x833338) is known color: Old Brick. HEX triplet: 83, 33 and 38. RGB value is (131,51,56). Sum of RGB (Red+Green+Blue) = 131+51+56=238 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.04% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 131 - color contains mainly: red. Hex color #833338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833338 is #7CCCC7. Grayscale: #4B4B4B. Windows color (decimal): -8178888 or 3683203. OLE color: 3683203.
HSL color Cylindrical-coordinate representation of color #833338: hue angle of 356.25º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #833338 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 51 | 56 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.49 |
| HSL | 356.25º | 0.44% | 0.36% | - |
| HSV(B) | 356.25º | 0.61% | 0.51% | - |
| XYZ | 11.26 | 7.48 | 4.59 | - |
| YUV | 75.49 | 117 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 56 | 0 | 0.61 | 0.57 | 0.49 | 356.25 | 0.44 | 0.36 |
| Hex | 83 | 33 | 38 | 0 | 3D | 39 | 31 | 164 | 2C | 24 |
| Octal | 203 | 63 | 70 | 0 | 75 | 71 | 61 | 544 | 54 | 44 |
| Binary | 10000011 | 110011 | 111000 | 0 | 111101 | 111001 | 110001 | 101100100 | 101100 | 100100 |
Color Harmonies of #833338
Complementary color
Monochromatic Colors of #833338
Black with #833338
Text Example
Text Example
White with #833338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833338; }
p { color: rgb(131,51,56); }
H1.HeaderClassName
{
color: #833338;
}
.AnyTagClassName
{
color: #833338;
}
</style>
background-color css
<style>
a { background-color: #833338; }
a { background-color: rgb(131,51,56); }
div.DivClassName
{
background-color: #833338;
}
.BgClassName
{
background-color: #833338;
}
</style>
border-color css
<style>
span { border-color: #833338; }
span { border-color: rgb(131,51,56); }
td.TdClassName
{
border-color: #833338;
}
.TagClassName
{
border-color: #833338;
}
</style>