#893149

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

Shades of Disco #893149

Tints of Disco #893149

Color information

#893149 (or 0x893149) is unknown color: approx Disco. HEX triplet: 89, 31 and 49. RGB value is (137,49,73). Sum of RGB (Red+Green+Blue) = 137+49+73=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #893149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893149 is #76CEB6. Grayscale: #4E4E4E. Windows color (decimal): -7786167 or 4796809. OLE color: 4796809.

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

Color convert

RGB1374973-
CMYK00.640.470.46
HSL343.64º47.31%36.47%-
HSV(B)343.64º64.23%53.73%-
XYZ12.6287.18-
YUV78.05125.15170.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 52.90%
GREEN value IS 49 (19.53% from 255) = 18.92%
BLUE value IS 73 (28.91% from 255) = 28.19%
R=52.90%
G=18.92%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137497300.640.470.46343.6447.3136.47
Hex8931490402F2E1582f24
Octal21161111010057565305744
Binary10001001110001100100101000000101111101110101011000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893149; }

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

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

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

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

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

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

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

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