Shades of Disco #892343
Tints of Disco #892343
RGB
CMYK
RGB Variations
Color information
#892343 (or 0x892343) is known color: Disco. HEX triplet: 89, 23 and 43. RGB value is (137,35,67). Sum of RGB (Red+Green+Blue) = 137+35+67=239 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.32% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 67 (26.56% from 255 or 28.03% from 239); Max value from RGB is 137 - color contains mainly: red. Hex color #892343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892343 is #76DCBC. Grayscale: #454545. Windows color (decimal): -7789757 or 4400009. OLE color: 4400009.
HSL color Cylindrical-coordinate representation of color #892343: hue angle of 341.18º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #892343 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 35 | 67 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.46 |
| HSL | 341.18º | 0.59% | 0.34% | - |
| HSV(B) | 341.18º | 0.74% | 0.54% | - |
| XYZ | 11.93 | 6.93 | 6.02 | - |
| YUV | 69.15 | 126.79 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 35 | 67 | 0 | 0.74 | 0.51 | 0.46 | 341.18 | 0.59 | 0.34 |
| Hex | 89 | 23 | 43 | 0 | 4A | 33 | 2E | 155 | 3B | 22 |
| Octal | 211 | 43 | 103 | 0 | 112 | 63 | 56 | 525 | 73 | 42 |
| Binary | 10001001 | 100011 | 1000011 | 0 | 1001010 | 110011 | 101110 | 101010101 | 111011 | 100010 |
Color Harmonies of #892343
Complementary color
Monochromatic Colors of #892343
Black with #892343
Text Example
Text Example
White with #892343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892343; }
p { color: rgb(137,35,67); }
H1.HeaderClassName
{
color: #892343;
}
.AnyTagClassName
{
color: #892343;
}
</style>
background-color css
<style>
a { background-color: #892343; }
a { background-color: rgb(137,35,67); }
div.DivClassName
{
background-color: #892343;
}
.BgClassName
{
background-color: #892343;
}
</style>
border-color css
<style>
span { border-color: #892343; }
span { border-color: rgb(137,35,67); }
td.TdClassName
{
border-color: #892343;
}
.TagClassName
{
border-color: #892343;
}
</style>