Shades of Old Brick #843336
Tints of Old Brick #843336
RGB
CMYK
RGB Variations
Color information
#843336 (or 0x843336) is known color: Old Brick. HEX triplet: 84, 33 and 36. RGB value is (132,51,54). Sum of RGB (Red+Green+Blue) = 132+51+54=237 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.70% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 132 - color contains mainly: red. Hex color #843336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843336 is #7BCCC9. Grayscale: #4B4B4B. Windows color (decimal): -8113354 or 3552132. OLE color: 3552132.
HSL color Cylindrical-coordinate representation of color #843336: hue angle of 357.78º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #843336 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 51 | 54 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.48 |
| HSL | 357.78º | 0.44% | 0.36% | - |
| HSV(B) | 357.78º | 0.61% | 0.52% | - |
| XYZ | 11.37 | 7.54 | 4.35 | - |
| YUV | 75.56 | 115.84 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 54 | 0 | 0.61 | 0.59 | 0.48 | 357.78 | 0.44 | 0.36 |
| Hex | 84 | 33 | 36 | 0 | 3D | 3B | 30 | 166 | 2C | 24 |
| Octal | 204 | 63 | 66 | 0 | 75 | 73 | 60 | 546 | 54 | 44 |
| Binary | 10000100 | 110011 | 110110 | 0 | 111101 | 111011 | 110000 | 101100110 | 101100 | 100100 |
Color Harmonies of #843336
Complementary color
Monochromatic Colors of #843336
Black with #843336
Text Example
Text Example
White with #843336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843336; }
p { color: rgb(132,51,54); }
H1.HeaderClassName
{
color: #843336;
}
.AnyTagClassName
{
color: #843336;
}
</style>
background-color css
<style>
a { background-color: #843336; }
a { background-color: rgb(132,51,54); }
div.DivClassName
{
background-color: #843336;
}
.BgClassName
{
background-color: #843336;
}
</style>
border-color css
<style>
span { border-color: #843336; }
span { border-color: rgb(132,51,54); }
td.TdClassName
{
border-color: #843336;
}
.TagClassName
{
border-color: #843336;
}
</style>