#893450

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

Shades of Disco #893450

Tints of Disco #893450

Color information

#893450 (or 0x893450) is unknown color: approx Disco. HEX triplet: 89, 34 and 50. RGB value is (137,52,80). Sum of RGB (Red+Green+Blue) = 137+52+80=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #893450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893450 is #76CBAF. Grayscale: #505050. Windows color (decimal): -7785392 or 5256329. OLE color: 5256329.

HSL color Cylindrical-coordinate representation of color #893450: hue angle of 340.24º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #893450 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB1375280-
CMYK00.620.420.46
HSL340.24º44.97%37.06%-
HSV(B)340.24º62.04%53.73%-
XYZ12.998.358.52-
YUV80.61127.66168.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.93%
GREEN value IS 52 (20.70% from 255) = 19.33%
BLUE value IS 80 (31.64% from 255) = 29.74%
R=50.93%
G=19.33%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137528000.620.420.46340.2444.9737.06
Hex89345003E2A2E1542d25
Octal2116412007652565245545
Binary1000100111010010100000111110101010101110101010100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893450; }

 p { color: rgb(137,52,80); }

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

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

 a { background-color: rgb(137,52,80); }

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

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

 span { border-color: rgb(137,52,80); }

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