Shades of Old Brick #843339
Tints of Old Brick #843339
RGB
CMYK
RGB Variations
Color information
#843339 (or 0x843339) is known color: Old Brick. HEX triplet: 84, 33 and 39. RGB value is (132,51,57). Sum of RGB (Red+Green+Blue) = 132+51+57=240 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 132 - color contains mainly: red. Hex color #843339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843339 is #7BCCC6. Grayscale: #4B4B4B. Windows color (decimal): -8113351 or 3748740. OLE color: 3748740.
HSL color Cylindrical-coordinate representation of color #843339: hue angle of 355.56º 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 #843339 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 51 | 57 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.48 |
| HSL | 355.56º | 0.44% | 0.36% | - |
| HSV(B) | 355.56º | 0.61% | 0.52% | - |
| XYZ | 11.44 | 7.57 | 4.73 | - |
| YUV | 75.9 | 117.34 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 57 | 0 | 0.61 | 0.57 | 0.48 | 355.56 | 0.44 | 0.36 |
| Hex | 84 | 33 | 39 | 0 | 3D | 39 | 30 | 164 | 2C | 24 |
| Octal | 204 | 63 | 71 | 0 | 75 | 71 | 60 | 544 | 54 | 44 |
| Binary | 10000100 | 110011 | 111001 | 0 | 111101 | 111001 | 110000 | 101100100 | 101100 | 100100 |
Color Harmonies of #843339
Complementary color
Monochromatic Colors of #843339
Black with #843339
Text Example
Text Example
White with #843339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843339; }
p { color: rgb(132,51,57); }
H1.HeaderClassName
{
color: #843339;
}
.AnyTagClassName
{
color: #843339;
}
</style>
background-color css
<style>
a { background-color: #843339; }
a { background-color: rgb(132,51,57); }
div.DivClassName
{
background-color: #843339;
}
.BgClassName
{
background-color: #843339;
}
</style>
border-color css
<style>
span { border-color: #843339; }
span { border-color: rgb(132,51,57); }
td.TdClassName
{
border-color: #843339;
}
.TagClassName
{
border-color: #843339;
}
</style>