#892E4B

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

Shades of Disco #892E4B

Tints of Disco #892E4B

Color information

#892E4B (or 0x892E4B) is unknown color: approx Disco. HEX triplet: 89, 2E and 4B. RGB value is (137,46,75). Sum of RGB (Red+Green+Blue) = 137+46+75=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #892E4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892E4B is #76D1B4. Grayscale: #4C4C4C. Windows color (decimal): -7786933 or 4927113. OLE color: 4927113.

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

Color convert

RGB1374675-
CMYK00.660.450.46
HSL340.88º49.73%35.88%-
HSV(B)340.88º66.42%53.73%-
XYZ12.567.787.5-
YUV76.52127.15171.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.10%
GREEN value IS 46 (18.36% from 255) = 17.83%
BLUE value IS 75 (29.69% from 255) = 29.07%
R=53.10%
G=17.83%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137467500.660.450.46340.8849.7335.88
Hex892E4B0422D2E1553224
Octal21156113010255565256244
Binary10001001101110100101101000010101101101110101010101110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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