Shades of Old Brick #89303C
Tints of Old Brick #89303C
RGB
CMYK
RGB Variations
Color information
#89303C (or 0x89303C) is known color: Old Brick. HEX triplet: 89, 30 and 3C. RGB value is (137,48,60). Sum of RGB (Red+Green+Blue) = 137+48+60=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #89303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89303C is #76CFC3. Grayscale: #4C4C4C. Windows color (decimal): -7786436 or 3944585. OLE color: 3944585.
HSL color Cylindrical-coordinate representation of color #89303C: hue angle of 351.91º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #89303C is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 48 | 60 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.46 |
| HSL | 351.91º | 0.48% | 0.36% | - |
| HSV(B) | 351.91º | 0.65% | 0.54% | - |
| XYZ | 12.19 | 7.76 | 5.13 | - |
| YUV | 75.98 | 118.99 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 48 | 60 | 0 | 0.65 | 0.56 | 0.46 | 351.91 | 0.48 | 0.36 |
| Hex | 89 | 30 | 3C | 0 | 41 | 38 | 2E | 160 | 30 | 24 |
| Octal | 211 | 60 | 74 | 0 | 101 | 70 | 56 | 540 | 60 | 44 |
| Binary | 10001001 | 110000 | 111100 | 0 | 1000001 | 111000 | 101110 | 101100000 | 110000 | 100100 |
Color Harmonies of #89303C
Complementary color
Monochromatic Colors of #89303C
Black with #89303C
Text Example
Text Example
White with #89303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89303C; }
p { color: rgb(137,48,60); }
H1.HeaderClassName
{
color: #89303C;
}
.AnyTagClassName
{
color: #89303C;
}
</style>
background-color css
<style>
a { background-color: #89303C; }
a { background-color: rgb(137,48,60); }
div.DivClassName
{
background-color: #89303C;
}
.BgClassName
{
background-color: #89303C;
}
</style>
border-color css
<style>
span { border-color: #89303C; }
span { border-color: rgb(137,48,60); }
td.TdClassName
{
border-color: #89303C;
}
.TagClassName
{
border-color: #89303C;
}
</style>