#893049

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

Shades of Disco #893049

Tints of Disco #893049

Color information

#893049 (or 0x893049) is unknown color: approx Disco. HEX triplet: 89, 30 and 49. RGB value is (137,48,73). Sum of RGB (Red+Green+Blue) = 137+48+73=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #893049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893049 is #76CFB6. Grayscale: #4D4D4D. Windows color (decimal): -7786423 or 4796553. OLE color: 4796553.

HSL color Cylindrical-coordinate representation of color #893049: hue angle of 343.15º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #893049 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB1374873-
CMYK00.650.470.46
HSL343.15º48.11%36.27%-
HSV(B)343.15º64.96%53.73%-
XYZ12.587.917.17-
YUV77.46125.49170.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.10%
GREEN value IS 48 (19.14% from 255) = 18.60%
BLUE value IS 73 (28.91% from 255) = 28.29%
R=53.10%
G=18.60%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137487300.650.470.46343.1548.1136.27
Hex8930490412F2E1573024
Octal21160111010157565276044
Binary10001001110000100100101000001101111101110101010111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893049; }

 p { color: rgb(137,48,73); }

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

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

 a { background-color: rgb(137,48,73); }

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

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

 span { border-color: rgb(137,48,73); }

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