Shades of Disco #892F50
Tints of Disco #892F50
RGB
CMYK
RGB Variations
Color information
#892F50 (or 0x892F50) is known color: Disco. HEX triplet: 89, 2F and 50. RGB value is (137,47,80). Sum of RGB (Red+Green+Blue) = 137+47+80=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #892F50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892F50 is #76D0AF. Grayscale: #4D4D4D. Windows color (decimal): -7786672 or 5255049. OLE color: 5255049.
HSL color Cylindrical-coordinate representation of color #892F50: hue angle of 338º 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 #892F50 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 47 | 80 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.46 |
| HSL | 338º | 0.49% | 0.36% | - |
| HSV(B) | 338º | 0.66% | 0.54% | - |
| XYZ | 12.78 | 7.93 | 8.45 | - |
| YUV | 77.67 | 129.32 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 47 | 80 | 0 | 0.66 | 0.42 | 0.46 | 338 | 0.49 | 0.36 |
| Hex | 89 | 2F | 50 | 0 | 42 | 2A | 2E | 152 | 31 | 24 |
| Octal | 211 | 57 | 120 | 0 | 102 | 52 | 56 | 522 | 61 | 44 |
| Binary | 10001001 | 101111 | 1010000 | 0 | 1000010 | 101010 | 101110 | 101010010 | 110001 | 100100 |
Color Harmonies of #892F50
Complementary color
Monochromatic Colors of #892F50
Black with #892F50
Text Example
Text Example
White with #892F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892F50; }
p { color: rgb(137,47,80); }
H1.HeaderClassName
{
color: #892F50;
}
.AnyTagClassName
{
color: #892F50;
}
</style>
background-color css
<style>
a { background-color: #892F50; }
a { background-color: rgb(137,47,80); }
div.DivClassName
{
background-color: #892F50;
}
.BgClassName
{
background-color: #892F50;
}
</style>
border-color css
<style>
span { border-color: #892F50; }
span { border-color: rgb(137,47,80); }
td.TdClassName
{
border-color: #892F50;
}
.TagClassName
{
border-color: #892F50;
}
</style>