Shades of Disco #892F4B
Tints of Disco #892F4B
RGB
CMYK
RGB Variations
Color information
#892F4B (or 0x892F4B) is known color: Disco. HEX triplet: 89, 2F and 4B. RGB value is (137,47,75). Sum of RGB (Red+Green+Blue) = 137+47+75=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #892F4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892F4B is #76D0B4. Grayscale: #4D4D4D. Windows color (decimal): -7786677 or 4927369. OLE color: 4927369.
HSL color Cylindrical-coordinate representation of color #892F4B: hue angle of 341.33º 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 #892F4B is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 47 | 75 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.46 |
| HSL | 341.33º | 0.49% | 0.36% | - |
| HSV(B) | 341.33º | 0.66% | 0.54% | - |
| XYZ | 12.6 | 7.86 | 7.51 | - |
| YUV | 77.1 | 126.82 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 47 | 75 | 0 | 0.66 | 0.45 | 0.46 | 341.33 | 0.49 | 0.36 |
| Hex | 89 | 2F | 4B | 0 | 42 | 2D | 2E | 155 | 31 | 24 |
| Octal | 211 | 57 | 113 | 0 | 102 | 55 | 56 | 525 | 61 | 44 |
| Binary | 10001001 | 101111 | 1001011 | 0 | 1000010 | 101101 | 101110 | 101010101 | 110001 | 100100 |
Color Harmonies of #892F4B
Complementary color
Monochromatic Colors of #892F4B
Black with #892F4B
Text Example
Text Example
White with #892F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892F4B; }
p { color: rgb(137,47,75); }
H1.HeaderClassName
{
color: #892F4B;
}
.AnyTagClassName
{
color: #892F4B;
}
</style>
background-color css
<style>
a { background-color: #892F4B; }
a { background-color: rgb(137,47,75); }
div.DivClassName
{
background-color: #892F4B;
}
.BgClassName
{
background-color: #892F4B;
}
</style>
border-color css
<style>
span { border-color: #892F4B; }
span { border-color: rgb(137,47,75); }
td.TdClassName
{
border-color: #892F4B;
}
.TagClassName
{
border-color: #892F4B;
}
</style>