Shades of Old Brick #893334
Tints of Old Brick #893334
RGB
CMYK
RGB Variations
Color information
#893334 (or 0x893334) is known color: Old Brick. HEX triplet: 89, 33 and 34. RGB value is (137,51,52). Sum of RGB (Red+Green+Blue) = 137+51+52=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #893334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893334 is #76CCCB. Grayscale: #4C4C4C. Windows color (decimal): -7785676 or 3421065. OLE color: 3421065.
HSL color Cylindrical-coordinate representation of color #893334: hue angle of 359.3º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #893334 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 51 | 52 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.46 |
| HSL | 359.3º | 0.46% | 0.37% | - |
| HSV(B) | 359.3º | 0.63% | 0.54% | - |
| XYZ | 12.12 | 7.93 | 4.14 | - |
| YUV | 76.83 | 113.99 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 51 | 52 | 0 | 0.63 | 0.62 | 0.46 | 359.3 | 0.46 | 0.37 |
| Hex | 89 | 33 | 34 | 0 | 3F | 3E | 2E | 167 | 2E | 25 |
| Octal | 211 | 63 | 64 | 0 | 77 | 76 | 56 | 547 | 56 | 45 |
| Binary | 10001001 | 110011 | 110100 | 0 | 111111 | 111110 | 101110 | 101100111 | 101110 | 100101 |
Color Harmonies of #893334
Complementary color
Monochromatic Colors of #893334
Black with #893334
Text Example
Text Example
White with #893334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893334; }
p { color: rgb(137,51,52); }
H1.HeaderClassName
{
color: #893334;
}
.AnyTagClassName
{
color: #893334;
}
</style>
background-color css
<style>
a { background-color: #893334; }
a { background-color: rgb(137,51,52); }
div.DivClassName
{
background-color: #893334;
}
.BgClassName
{
background-color: #893334;
}
</style>
border-color css
<style>
span { border-color: #893334; }
span { border-color: rgb(137,51,52); }
td.TdClassName
{
border-color: #893334;
}
.TagClassName
{
border-color: #893334;
}
</style>