Shades of Disco #892F4F
Tints of Disco #892F4F
RGB
CMYK
RGB Variations
Color information
#892F4F (or 0x892F4F) is known color: Disco. HEX triplet: 89, 2F and 4F. RGB value is (137,47,79). Sum of RGB (Red+Green+Blue) = 137+47+79=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #892F4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892F4F is #76D0B0. Grayscale: #4D4D4D. Windows color (decimal): -7786673 or 5189513. OLE color: 5189513.
HSL color Cylindrical-coordinate representation of color #892F4F: hue angle of 338.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 #892F4F is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 47 | 79 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.46 |
| HSL | 338.67º | 0.49% | 0.36% | - |
| HSV(B) | 338.67º | 0.66% | 0.54% | - |
| XYZ | 12.74 | 7.92 | 8.25 | - |
| YUV | 77.56 | 128.82 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 47 | 79 | 0 | 0.66 | 0.42 | 0.46 | 338.67 | 0.49 | 0.36 |
| Hex | 89 | 2F | 4F | 0 | 42 | 2A | 2E | 153 | 31 | 24 |
| Octal | 211 | 57 | 117 | 0 | 102 | 52 | 56 | 523 | 61 | 44 |
| Binary | 10001001 | 101111 | 1001111 | 0 | 1000010 | 101010 | 101110 | 101010011 | 110001 | 100100 |
Color Harmonies of #892F4F
Complementary color
Monochromatic Colors of #892F4F
Black with #892F4F
Text Example
Text Example
White with #892F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892F4F; }
p { color: rgb(137,47,79); }
H1.HeaderClassName
{
color: #892F4F;
}
.AnyTagClassName
{
color: #892F4F;
}
</style>
background-color css
<style>
a { background-color: #892F4F; }
a { background-color: rgb(137,47,79); }
div.DivClassName
{
background-color: #892F4F;
}
.BgClassName
{
background-color: #892F4F;
}
</style>
border-color css
<style>
span { border-color: #892F4F; }
span { border-color: rgb(137,47,79); }
td.TdClassName
{
border-color: #892F4F;
}
.TagClassName
{
border-color: #892F4F;
}
</style>