#893A54

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

Shades of Disco #893A54

Tints of Disco #893A54

Color information

#893A54 (or 0x893A54) is unknown color: approx Disco. HEX triplet: 89, 3A and 54. RGB value is (137,58,84). Sum of RGB (Red+Green+Blue) = 137+58+84=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #893A54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893A54 is #76C5AB. Grayscale: #545454. Windows color (decimal): -7783852 or 5520009. OLE color: 5520009.

HSL color Cylindrical-coordinate representation of color #893A54: hue angle of 340.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #893A54 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB1375884-
CMYK00.580.390.46
HSL340.25º40.51%38.24%-
HSV(B)340.25º57.66%53.73%-
XYZ13.438.989.41-
YUV84.58127.67165.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.10%
GREEN value IS 58 (23.05% from 255) = 20.79%
BLUE value IS 84 (33.20% from 255) = 30.11%
R=49.10%
G=20.79%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137588400.580.390.46340.2540.5138.24
Hex893A5403A272E1542926
Octal2117212407247565245146
Binary1000100111101010101000111010100111101110101010100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893A54; }

 p { color: rgb(137,58,84); }

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

<style>
 a { background-color: #893A54; }

 a { background-color: rgb(137,58,84); }

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

<style>
 span { border-color: #893A54; }

 span { border-color: rgb(137,58,84); }

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