Shades of Disco #892F46
Tints of Disco #892F46
RGB
CMYK
RGB Variations
Color information
#892F46 (or 0x892F46) is known color: Disco. HEX triplet: 89, 2F and 46. RGB value is (137,47,70). Sum of RGB (Red+Green+Blue) = 137+47+70=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #892F46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892F46 is #76D0B9. Grayscale: #4C4C4C. Windows color (decimal): -7786682 or 4599689. OLE color: 4599689.
HSL color Cylindrical-coordinate representation of color #892F46: hue angle of 344.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 #892F46 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 47 | 70 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.46 |
| HSL | 344.67º | 0.49% | 0.36% | - |
| HSV(B) | 344.67º | 0.66% | 0.54% | - |
| XYZ | 12.44 | 7.79 | 6.64 | - |
| YUV | 76.53 | 124.32 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 47 | 70 | 0 | 0.66 | 0.49 | 0.46 | 344.67 | 0.49 | 0.36 |
| Hex | 89 | 2F | 46 | 0 | 42 | 31 | 2E | 159 | 31 | 24 |
| Octal | 211 | 57 | 106 | 0 | 102 | 61 | 56 | 531 | 61 | 44 |
| Binary | 10001001 | 101111 | 1000110 | 0 | 1000010 | 110001 | 101110 | 101011001 | 110001 | 100100 |
Color Harmonies of #892F46
Complementary color
Monochromatic Colors of #892F46
Black with #892F46
Text Example
Text Example
White with #892F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892F46; }
p { color: rgb(137,47,70); }
H1.HeaderClassName
{
color: #892F46;
}
.AnyTagClassName
{
color: #892F46;
}
</style>
background-color css
<style>
a { background-color: #892F46; }
a { background-color: rgb(137,47,70); }
div.DivClassName
{
background-color: #892F46;
}
.BgClassName
{
background-color: #892F46;
}
</style>
border-color css
<style>
span { border-color: #892F46; }
span { border-color: rgb(137,47,70); }
td.TdClassName
{
border-color: #892F46;
}
.TagClassName
{
border-color: #892F46;
}
</style>