Shades of Disco #892644
Tints of Disco #892644
RGB
CMYK
RGB Variations
Color information
#892644 (or 0x892644) is known color: Disco. HEX triplet: 89, 26 and 44. RGB value is (137,38,68). Sum of RGB (Red+Green+Blue) = 137+38+68=243 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.38% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 68 (26.95% from 255 or 27.98% from 243); Max value from RGB is 137 - color contains mainly: red. Hex color #892644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892644 is #76D9BB. Grayscale: #474747. Windows color (decimal): -7788988 or 4466313. OLE color: 4466313.
HSL color Cylindrical-coordinate representation of color #892644: hue angle of 341.82º 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 #892644 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 38 | 68 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.46 |
| HSL | 341.82º | 0.57% | 0.34% | - |
| HSV(B) | 341.82º | 0.72% | 0.54% | - |
| XYZ | 12.05 | 7.12 | 6.21 | - |
| YUV | 71.02 | 126.3 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 38 | 68 | 0 | 0.72 | 0.50 | 0.46 | 341.82 | 0.57 | 0.34 |
| Hex | 89 | 26 | 44 | 0 | 48 | 32 | 2E | 156 | 39 | 22 |
| Octal | 211 | 46 | 104 | 0 | 110 | 62 | 56 | 526 | 71 | 42 |
| Binary | 10001001 | 100110 | 1000100 | 0 | 1001000 | 110010 | 101110 | 101010110 | 111001 | 100010 |
Color Harmonies of #892644
Complementary color
Monochromatic Colors of #892644
Black with #892644
Text Example
Text Example
White with #892644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892644; }
p { color: rgb(137,38,68); }
H1.HeaderClassName
{
color: #892644;
}
.AnyTagClassName
{
color: #892644;
}
</style>
background-color css
<style>
a { background-color: #892644; }
a { background-color: rgb(137,38,68); }
div.DivClassName
{
background-color: #892644;
}
.BgClassName
{
background-color: #892644;
}
</style>
border-color css
<style>
span { border-color: #892644; }
span { border-color: rgb(137,38,68); }
td.TdClassName
{
border-color: #892644;
}
.TagClassName
{
border-color: #892644;
}
</style>