Shades of Old Brick #892F34
Tints of Old Brick #892F34
RGB
CMYK
RGB Variations
Color information
#892F34 (or 0x892F34) is known color: Old Brick. HEX triplet: 89, 2F and 34. RGB value is (137,47,52). Sum of RGB (Red+Green+Blue) = 137+47+52=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #892F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892F34 is #76D0CB. Grayscale: #4A4A4A. Windows color (decimal): -7786700 or 3420041. OLE color: 3420041.
HSL color Cylindrical-coordinate representation of color #892F34: hue angle of 356.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #892F34 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 47 | 52 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.46 |
| HSL | 356.67º | 0.49% | 0.36% | - |
| HSV(B) | 356.67º | 0.66% | 0.54% | - |
| XYZ | 11.95 | 7.6 | 4.09 | - |
| YUV | 74.48 | 115.32 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 47 | 52 | 0 | 0.66 | 0.62 | 0.46 | 356.67 | 0.49 | 0.36 |
| Hex | 89 | 2F | 34 | 0 | 42 | 3E | 2E | 165 | 31 | 24 |
| Octal | 211 | 57 | 64 | 0 | 102 | 76 | 56 | 545 | 61 | 44 |
| Binary | 10001001 | 101111 | 110100 | 0 | 1000010 | 111110 | 101110 | 101100101 | 110001 | 100100 |
Color Harmonies of #892F34
Complementary color
Monochromatic Colors of #892F34
Black with #892F34
Text Example
Text Example
White with #892F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892F34; }
p { color: rgb(137,47,52); }
H1.HeaderClassName
{
color: #892F34;
}
.AnyTagClassName
{
color: #892F34;
}
</style>
background-color css
<style>
a { background-color: #892F34; }
a { background-color: rgb(137,47,52); }
div.DivClassName
{
background-color: #892F34;
}
.BgClassName
{
background-color: #892F34;
}
</style>
border-color css
<style>
span { border-color: #892F34; }
span { border-color: rgb(137,47,52); }
td.TdClassName
{
border-color: #892F34;
}
.TagClassName
{
border-color: #892F34;
}
</style>