Shades of Disco #89264A
Tints of Disco #89264A
RGB
CMYK
RGB Variations
Color information
#89264A (or 0x89264A) is known color: Disco. HEX triplet: 89, 26 and 4A. RGB value is (137,38,74). Sum of RGB (Red+Green+Blue) = 137+38+74=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #89264A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89264A is #76D9B5. Grayscale: #474747. Windows color (decimal): -7788982 or 4859529. OLE color: 4859529.
HSL color Cylindrical-coordinate representation of color #89264A: hue angle of 338.18º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #89264A is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 38 | 74 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.46 |
| HSL | 338.18º | 0.57% | 0.34% | - |
| HSV(B) | 338.18º | 0.72% | 0.54% | - |
| XYZ | 12.25 | 7.2 | 7.22 | - |
| YUV | 71.71 | 129.3 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 38 | 74 | 0 | 0.72 | 0.46 | 0.46 | 338.18 | 0.57 | 0.34 |
| Hex | 89 | 26 | 4A | 0 | 48 | 2E | 2E | 152 | 39 | 22 |
| Octal | 211 | 46 | 112 | 0 | 110 | 56 | 56 | 522 | 71 | 42 |
| Binary | 10001001 | 100110 | 1001010 | 0 | 1001000 | 101110 | 101110 | 101010010 | 111001 | 100010 |
Color Harmonies of #89264A
Complementary color
Monochromatic Colors of #89264A
Black with #89264A
Text Example
Text Example
White with #89264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89264A; }
p { color: rgb(137,38,74); }
H1.HeaderClassName
{
color: #89264A;
}
.AnyTagClassName
{
color: #89264A;
}
</style>
background-color css
<style>
a { background-color: #89264A; }
a { background-color: rgb(137,38,74); }
div.DivClassName
{
background-color: #89264A;
}
.BgClassName
{
background-color: #89264A;
}
</style>
border-color css
<style>
span { border-color: #89264A; }
span { border-color: rgb(137,38,74); }
td.TdClassName
{
border-color: #89264A;
}
.TagClassName
{
border-color: #89264A;
}
</style>