Shades of Old Brick #833334
Tints of Old Brick #833334
RGB
CMYK
RGB Variations
Color information
#833334 (or 0x833334) is known color: Old Brick. HEX triplet: 83, 33 and 34. RGB value is (131,51,52). Sum of RGB (Red+Green+Blue) = 131+51+52=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #833334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833334 is #7CCCCB. Grayscale: #4B4B4B. Windows color (decimal): -8178892 or 3421059. OLE color: 3421059.
HSL color Cylindrical-coordinate representation of color #833334: hue angle of 359.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 #833334 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 51 | 52 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.49 |
| HSL | 359.25º | 0.44% | 0.36% | - |
| HSV(B) | 359.25º | 0.61% | 0.51% | - |
| XYZ | 11.16 | 7.44 | 4.1 | - |
| YUV | 75.03 | 115 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 52 | 0 | 0.61 | 0.60 | 0.49 | 359.25 | 0.44 | 0.36 |
| Hex | 83 | 33 | 34 | 0 | 3D | 3C | 31 | 167 | 2C | 24 |
| Octal | 203 | 63 | 64 | 0 | 75 | 74 | 61 | 547 | 54 | 44 |
| Binary | 10000011 | 110011 | 110100 | 0 | 111101 | 111100 | 110001 | 101100111 | 101100 | 100100 |
Color Harmonies of #833334
Complementary color
Monochromatic Colors of #833334
Black with #833334
Text Example
Text Example
White with #833334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833334; }
p { color: rgb(131,51,52); }
H1.HeaderClassName
{
color: #833334;
}
.AnyTagClassName
{
color: #833334;
}
</style>
background-color css
<style>
a { background-color: #833334; }
a { background-color: rgb(131,51,52); }
div.DivClassName
{
background-color: #833334;
}
.BgClassName
{
background-color: #833334;
}
</style>
border-color css
<style>
span { border-color: #833334; }
span { border-color: rgb(131,51,52); }
td.TdClassName
{
border-color: #833334;
}
.TagClassName
{
border-color: #833334;
}
</style>