#892E4D

Color #892E4D Disco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Disco #892E4D

Tints of Disco #892E4D

Color information

#892E4D (or 0x892E4D) is unknown color: approx Disco. HEX triplet: 89, 2E and 4D. RGB value is (137,46,77). Sum of RGB (Red+Green+Blue) = 137+46+77=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #892E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892E4D is #76D1B2. Grayscale: #4C4C4C. Windows color (decimal): -7786931 or 5058185. OLE color: 5058185.

HSL color Cylindrical-coordinate representation of color #892E4D: hue angle of 339.56º degrees, saturation: 0.5, 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 #892E4D is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB1374677-
CMYK00.660.440.46
HSL339.56º49.73%35.88%-
HSV(B)339.56º66.42%53.73%-
XYZ12.637.817.86-
YUV76.74128.15170.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 52.69%
GREEN value IS 46 (18.36% from 255) = 17.69%
BLUE value IS 77 (30.47% from 255) = 29.62%
R=52.69%
G=17.69%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137467700.660.440.46339.5649.7335.88
Hex892E4D0422C2E1543224
Octal21156115010254565246244
Binary10001001101110100110101000010101100101110101010100110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892E4D; }

 p { color: rgb(137,46,77); }

 H1.HeaderClassName
 {
   color: #892E4D;
 }
 .AnyTagClassName
 {
   color: #892E4D;
 }
</style>
background-color css

<style>
 a { background-color: #892E4D; }

 a { background-color: rgb(137,46,77); }

 div.DivClassName
 {
   background-color: #892E4D;
 }
 .BgClassName
 {
   background-color: #892E4D;
 }
</style>
border-color css

<style>
 span { border-color: #892E4D; }

 span { border-color: rgb(137,46,77); }

 td.TdClassName
 {
   border-color: #892E4D;
 }
 .TagClassName
 {
   border-color: #892E4D;
 }
</style>